Assimp
v3.1.1 (June 2014)
|
Represents a layer in the file. More...
Public Member Functions | |
Layer () | |
Public Attributes | |
unsigned int | mFaceIDXOfs |
Current face indexing offset from the beginning of the buffers. More... | |
FaceList | mFaces |
Temporary face list from the file. More... | |
uint16_t | mIndex |
Index of the layer. More... | |
std::string | mName |
Name of the layer. More... | |
NormalChannel | mNormals |
Normal vector channel from the file. More... | |
uint16_t | mParent |
Parent index. More... | |
aiVector3D | mPivot |
Pivot point of the layer. More... | |
unsigned int | mPointIDXOfs |
Current point indexing offset from the beginning of the buffers. More... | |
ReferrerList | mPointReferrers |
Lists for every point the index of another point that has been copied from this point or UINT_MAX if no copy of the point has been made. More... | |
WeightChannelList | mSWeightChannels |
Subdivision weight channel list from the file. More... | |
PointList | mTempPoints |
Temporary point list from the file. More... | |
UVChannelList | mUVChannels |
UV channel list from the file. More... | |
VColorChannelList | mVColorChannels |
Vertex color list from the file. More... | |
WeightChannelList | mWeightChannels |
Weight channel list from the file. More... | |
bool | skip |
Skip this layer? More... | |
Represents a layer in the file.
|
inline |
unsigned int Assimp::LWO::Layer::mFaceIDXOfs |
Current face indexing offset from the beginning of the buffers.
FaceList Assimp::LWO::Layer::mFaces |
Temporary face list from the file.
uint16_t Assimp::LWO::Layer::mIndex |
Index of the layer.
std::string Assimp::LWO::Layer::mName |
Name of the layer.
NormalChannel Assimp::LWO::Layer::mNormals |
Normal vector channel from the file.
uint16_t Assimp::LWO::Layer::mParent |
Parent index.
aiVector3D Assimp::LWO::Layer::mPivot |
Pivot point of the layer.
unsigned int Assimp::LWO::Layer::mPointIDXOfs |
Current point indexing offset from the beginning of the buffers.
ReferrerList Assimp::LWO::Layer::mPointReferrers |
Lists for every point the index of another point that has been copied from this point or UINT_MAX if no copy of the point has been made.
WeightChannelList Assimp::LWO::Layer::mSWeightChannels |
Subdivision weight channel list from the file.
PointList Assimp::LWO::Layer::mTempPoints |
Temporary point list from the file.
UVChannelList Assimp::LWO::Layer::mUVChannels |
UV channel list from the file.
VColorChannelList Assimp::LWO::Layer::mVColorChannels |
Vertex color list from the file.
WeightChannelList Assimp::LWO::Layer::mWeightChannels |
Weight channel list from the file.
bool Assimp::LWO::Layer::skip |
Skip this layer?