Assimp  v3.1.1 (June 2014)
Assimp::MDL::TexCoord Struct Reference

Texture coordinate data structure used by the Quake1 MDL format. More...

Public Attributes

int32_t onseam
 Is the vertex on the noundary between front and back piece? More...
 
int32_t s
 Texture coordinate in the tx direction. More...
 
int32_t t
 Texture coordinate in the ty direction. More...
 

Detailed Description

Texture coordinate data structure used by the Quake1 MDL format.

Member Data Documentation

§ onseam

int32_t Assimp::MDL::TexCoord::onseam

Is the vertex on the noundary between front and back piece?

§ s

int32_t Assimp::MDL::TexCoord::s

Texture coordinate in the tx direction.

§ t

int32_t Assimp::MDL::TexCoord::t

Texture coordinate in the ty direction.


The documentation for this struct was generated from the following file: