MeshTextureCoords
Defines a mesh's texture coordinates.
template MeshTextureCoords
{
< F6F23F40-7686-11cf-8F52-0040333594A3 >
DWORD nTextureCoords;
array Coords2d textureCoords[nTextureCoords] ;
}
Where:
- nTextureCoords - Number of texture coordinates.
- array Coords2d textureCoords[nTextureCoords] - Array of 2D texture coordinates. See Coords2d.
See also