Go to the source code of this file.
Namespaces | |
| namespace | FCDSceneNodeTools |
Functions | |
| FCOLLADA_EXPORT void | FCDSceneNodeTools::GenerateSampledAnimation (FCDSceneNode *sceneNode) |
| Generate a list of matrices, with corresponding key times that represent an animation curve for the local transform of a scene node. | |
| FCOLLADA_EXPORT const FloatList & | FCDSceneNodeTools::GetSampledAnimationKeys () |
| Retrieves the generated sampled animation curve's keys. | |
| FCOLLADA_EXPORT const FMMatrix44List & | FCDSceneNodeTools::GetSampledAnimationMatrices () |
| Retrieves the generated sampled animation curve's values. | |
| FCOLLADA_EXPORT void | FCDSceneNodeTools::ClearSampledAnimation () |
| Frees up the memory used by any previous call to GenerateSampledAnimation. | |
1.4.6-NO