Pyrogenesis  trunk
Public Member Functions | Public Attributes | List of all members
VertexData Struct Reference

Public Member Functions

 VertexData (const float *pos, const float *norm, const std::vector< uv_pair_type > &uvs, const std::vector< FCDJointWeightPair > &weights)
 

Public Attributes

float x
 
float y
 
float z
 
float nx
 
float ny
 
float nz
 
std::vector< uv_pair_typeuvs
 
std::vector< FCDJointWeightPair > weights
 

Constructor & Destructor Documentation

VertexData::VertexData ( const float *  pos,
const float *  norm,
const std::vector< uv_pair_type > &  uvs,
const std::vector< FCDJointWeightPair > &  weights 
)
inline

Member Data Documentation

float VertexData::nx
float VertexData::ny
float VertexData::nz
std::vector<uv_pair_type> VertexData::uvs
std::vector<FCDJointWeightPair> VertexData::weights
float VertexData::x
float VertexData::y
float VertexData::z

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