Assimp  v3.1.1 (June 2014)
Assimp::LWO::Layer Struct Reference

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...
 

Detailed Description

Represents a layer in the file.

Constructor & Destructor Documentation

◆ Layer()

Assimp::LWO::Layer::Layer ( )
inline

Member Data Documentation

◆ mFaceIDXOfs

unsigned int Assimp::LWO::Layer::mFaceIDXOfs

Current face indexing offset from the beginning of the buffers.

◆ mFaces

FaceList Assimp::LWO::Layer::mFaces

Temporary face list from the file.

◆ mIndex

uint16_t Assimp::LWO::Layer::mIndex

Index of the layer.

◆ mName

std::string Assimp::LWO::Layer::mName

Name of the layer.

◆ mNormals

NormalChannel Assimp::LWO::Layer::mNormals

Normal vector channel from the file.

◆ mParent

uint16_t Assimp::LWO::Layer::mParent

Parent index.

◆ mPivot

aiVector3D Assimp::LWO::Layer::mPivot

Pivot point of the layer.

◆ mPointIDXOfs

unsigned int Assimp::LWO::Layer::mPointIDXOfs

Current point indexing offset from the beginning of the buffers.

◆ mPointReferrers

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.

◆ mSWeightChannels

WeightChannelList Assimp::LWO::Layer::mSWeightChannels

Subdivision weight channel list from the file.

◆ mTempPoints

PointList Assimp::LWO::Layer::mTempPoints

Temporary point list from the file.

◆ mUVChannels

UVChannelList Assimp::LWO::Layer::mUVChannels

UV channel list from the file.

◆ mVColorChannels

VColorChannelList Assimp::LWO::Layer::mVColorChannels

Vertex color list from the file.

◆ mWeightChannels

WeightChannelList Assimp::LWO::Layer::mWeightChannels

Weight channel list from the file.

◆ skip

bool Assimp::LWO::Layer::skip

Skip this layer?


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