Assimp  v4.1. (December 2018)
ColladaLoader.cpp File Reference

Classes

struct  MorphTimeValues
 
struct  MorphTimeValues::key
 

Functions

float getWeightAtKey (const std::vector< MorphTimeValues > &values, int key, unsigned int value)
 
void insertMorphTimeValue (std::vector< MorphTimeValues > &values, float time, float weight, unsigned int value)
 

Variables

static const aiImporterDesc desc
 

Function Documentation

◆ getWeightAtKey()

float getWeightAtKey ( const std::vector< MorphTimeValues > &  values,
int  key,
unsigned int  value 
)

◆ insertMorphTimeValue()

void insertMorphTimeValue ( std::vector< MorphTimeValues > &  values,
float  time,
float  weight,
unsigned int  value 
)

Variable Documentation

◆ desc

const aiImporterDesc desc
static
Initial value:
= {
"Collada Importer",
"",
"",
"http://collada.org",
1,
3,
1,
5,
"dae"
}
Indicates that there is a textual encoding of the file format; and that it is supported.
Definition: importerdesc.h:57