Property | Type | Description | |
---|---|---|---|
currentFrame | int | ||
sceneList | List |
Method | Description | |
---|---|---|
CleanBuffer ( ) : void |
Mainly Clean the scenes which are not used anymore inside the sceneList
|
Method | Description | |
---|---|---|
GetAssimpAnimation ( int idAnimation ) : Animation |
Try to retrieve the first reference of an unique Assimp Animation inside sceneList from an ID
|
|
GetOrCreateScene ( int idAnimation, ModelType, modelType ) : |
Get a scene or create it (And add it in the scene list)
|
|
OnFrame ( NewFrameArgs, e ) : void |
Should call this function each time a new Frame had been treated inside a AssimpConverted implementation class
|
protected GetAssimpAnimation ( int idAnimation ) : Animation | ||
idAnimation | int | The id scene that we are looking for |
return | Animation |
protected GetOrCreateScene ( int idAnimation, ModelType, modelType ) : |
||
idAnimation | int | |
modelType | ModelType, | |
return |