Assimp  v4.1. (December 2018)
Assimp::LWO::Clip Struct Reference

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
 

Detailed Description

Data structure for a LWO file clip.

Member Enumeration Documentation

◆ Type

Enumerator
STILL 
SEQ 
REF 
UNSUPPORTED 

Constructor & Destructor Documentation

◆ Clip()

Assimp::LWO::Clip::Clip ( )
inline

Member Data Documentation

◆ clipRef

unsigned int Assimp::LWO::Clip::clipRef

reference to another CLIP

◆ idx

unsigned int Assimp::LWO::Clip::idx

index of the clip

◆ negate

bool Assimp::LWO::Clip::negate

Negate the clip?

◆ path

std::string Assimp::LWO::Clip::path

path to the base texture -

◆ type

enum Assimp::LWO::Clip::Type Assimp::LWO::Clip::type

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