Saga3D API Documentation  1.0-RC4
IBoneSceneNode.h File Reference
#include "ISceneNode.h"

Go to the source code of this file.

Classes

class  saga::scene::IBoneSceneNode
 Interface for bones used for skeletal animation. More...
 

Namespaces

 saga
 
 saga::scene
 All scene management can be found in this namespace: Mesh loading, special scene nodes like octrees and billboards, ...
 

Enumerations

enum  saga::scene::E_BONE_ANIMATION_MODE { saga::scene::E_BONE_ANIMATION_MODE::AUTOMATIC, saga::scene::ANIMATED, saga::scene::E_BONE_ANIMATION_MODE::UNANIMATED }
 Enumeration for different bone animation modes. More...
 
enum  saga::scene::E_BONE_SKINNING_SPACE { saga::scene::E_BONE_SKINNING_SPACE::LOCAL, saga::scene::E_BONE_SKINNING_SPACE::GLOBAL }