|
Assimp
v4.1. (December 2018)
|
Data structure for a LWO file clip. More...
Public Types | |
| enum | Type { STILL, SEQ, REF, UNSUPPORTED } |
Public Member Functions | |
| Clip () | |
Public Attributes | |
| unsigned int | clipRef |
| reference to another CLIP More... | |
| unsigned int | idx |
| index of the clip More... | |
| bool | negate |
| Negate the clip? More... | |
| std::string | path |
| path to the base texture - More... | |
| enum Assimp::LWO::Clip::Type | type |
Data structure for a LWO file clip.
|
inline |
| unsigned int Assimp::LWO::Clip::clipRef |
reference to another CLIP
| unsigned int Assimp::LWO::Clip::idx |
index of the clip
| bool Assimp::LWO::Clip::negate |
Negate the clip?
| std::string Assimp::LWO::Clip::path |
path to the base texture -
| enum Assimp::LWO::Clip::Type Assimp::LWO::Clip::type |