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::VertexData ( const float *  pos,
const float *  norm,
const std::vector< uv_pair_type > &  uvs,
const std::vector< FCDJointWeightPair > &  weights 
)
inline

Member Data Documentation

◆ nx

float VertexData::nx

◆ ny

float VertexData::ny

◆ nz

float VertexData::nz

◆ uvs

std::vector<uv_pair_type> VertexData::uvs

◆ weights

std::vector<FCDJointWeightPair> VertexData::weights

◆ x

float VertexData::x

◆ y

float VertexData::y

◆ z

float VertexData::z

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