Assimp  v3.1.1 (June 2014)
LWOAnimation.h File Reference

LWOAnimationResolver utility class. More...

Classes

class  Assimp::LWO::AnimResolver
 Utility class to build Assimp animations from LWO envelopes. More...
 
struct  Assimp::LWO::Envelope
 Data structure for a LWO animation envelope. More...
 
struct  Assimp::LWO::Key
 Data structure for a LWO animation keyframe. More...
 

Namespaces

 Assimp
 MACHINE-GENERATED by scripts/ICFImporter/CppGenerator.py.
 
 Assimp::LWO
 

Macros

#define AI_LWO_ANIM_FLAG_SAMPLE_ANIMS   0x1
 Flag for AnimResolver, subsamples the input data with the rate specified by AnimResolver::SetSampleRate(). More...
 
#define AI_LWO_ANIM_FLAG_START_AT_ZERO   0x2
 Flag for AnimResolver, ensures that the animations starts at zero. More...
 

Enumerations

Detailed Description

LWOAnimationResolver utility class.

This is for all lightwave-related file format, not only LWO. LWS isthe main purpose.

Macro Definition Documentation

#define AI_LWO_ANIM_FLAG_SAMPLE_ANIMS   0x1

Flag for AnimResolver, subsamples the input data with the rate specified by AnimResolver::SetSampleRate().

#define AI_LWO_ANIM_FLAG_START_AT_ZERO   0x2

Flag for AnimResolver, ensures that the animations starts at zero.