다음을 통해 공유


MeshTextureCoords

메시의 텍스처 좌표를 정의합니다.

template MeshTextureCoords
{
    < F6F23F40-7686-11cf-8F52-0040333594A3 >
    DWORD nTextureCoords;
    array Coords2d textureCoords[nTextureCoords] ;
} 

위치:

  • nTextureCoords - 텍스처 좌표 수입니다.
  • array Coords2d textureCoords[nTextureCoords] - 2D 텍스처 좌표의 배열입니다. Coords2d를 참조하세요.

추가 정보

템플릿