Graphisoft®

API Development KitVersion: 18

API_TextureProjectionTypeID

텍스쳐 투영의 타입을 결정합니다.

    typedef enum {
        APITextureProjectionType_Invalid,
        APITextureProjectionType_Planar,
        APITextureProjectionType_Default,
        APITextureProjectionType_Cylindric,
        APITextureProjectionType_Spheric,
        APITextureProjectionType_Box
    } API_TextureProjectionTypeID;

 

멤버

APITextureProjectionType_Invalid
텍스쳐 투영 타입이 세트되어 있지 않습니다.
APITextureProjectionType_Planar
텍스쳐 투영 타입이 평면(Planar)입니다.
APITextureProjectionType_Cylindric
텍스쳐 투영 타입이 원통형(Cylindric)입니다.
APITextureProjectionType_Spheric
텍스쳐 투영 타입이 구형(Spheric)입니다.
APITextureProjectionType_Box
텍스쳐 투영 타입이 박스형(Box)입니다.

  

요구사항

버전: API 16 또는 이후
헤더: APIdefs_Elements.h

 

참고사항

API_MorphType, API 타입