collada
Struct VertexData
in GeomReindex.cpp
- struct VertexData
Field Summary |
float |
nx
|
float |
ny
|
float |
nz
|
float |
u
|
float |
v
|
FCDJointWeightPairList |
weights
|
float |
x
|
float |
y
|
float |
z
|
Constructor Summary |
VertexData( const float* pos, const float* norm, const float* tex, const FCDJointWeightPairList& weights )
|
nx
public float nx;
ny
public float ny;
nz
public float nz;
u
public float u;
v
public float v;
weights
public FCDJointWeightPairList weights;
x
public float x;
y
public float y;
z
public float z;
VertexData
public VertexData( const float* pos, const float* norm, const float* tex, const FCDJointWeightPairList& weights );