Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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
 

Detailed Description

Definition at line 37 of file GeomReindex.cpp.

Constructor & Destructor Documentation

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

Definition at line 39 of file GeomReindex.cpp.

Member Data Documentation

float VertexData::nx

Definition at line 49 of file GeomReindex.cpp.

float VertexData::ny

Definition at line 49 of file GeomReindex.cpp.

float VertexData::nz

Definition at line 49 of file GeomReindex.cpp.

std::vector<uv_pair_type> VertexData::uvs

Definition at line 50 of file GeomReindex.cpp.

std::vector<FCDJointWeightPair> VertexData::weights

Definition at line 51 of file GeomReindex.cpp.

float VertexData::x

Definition at line 48 of file GeomReindex.cpp.

float VertexData::y

Definition at line 48 of file GeomReindex.cpp.

float VertexData::z

Definition at line 48 of file GeomReindex.cpp.


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