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

Data structure for a LWO animation envelope. More...

Public Member Functions

 Envelope ()
 

Public Attributes

unsigned int index
 Index of this envelope. More...
 
std::vector< Keykeys
 Keyframes for this envelope. More...
 
size_t old_first
 
size_t old_last
 
PrePostBehaviour post
 
PrePostBehaviour pre
 Pre and post-behaviour. More...
 
EnvelopeType type
 Type of envelope. More...
 

Detailed Description

Data structure for a LWO animation envelope.

Constructor & Destructor Documentation

◆ Envelope()

Assimp::LWO::Envelope::Envelope ( )
inline

Member Data Documentation

◆ index

unsigned int Assimp::LWO::Envelope::index

Index of this envelope.

◆ keys

std::vector<Key> Assimp::LWO::Envelope::keys

Keyframes for this envelope.

◆ old_first

size_t Assimp::LWO::Envelope::old_first

◆ old_last

size_t Assimp::LWO::Envelope::old_last

◆ post

PrePostBehaviour Assimp::LWO::Envelope::post

◆ pre

PrePostBehaviour Assimp::LWO::Envelope::pre

Pre and post-behaviour.

◆ type

EnvelopeType Assimp::LWO::Envelope::type

Type of envelope.


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