Cutout Vis2012
TUWienVisualisierung2(SS2012)-AdaptiveCutaways
|
#include <Transformable.h>
Public Member Functions | |
virtual void | setTransform (const glm::mat4 &transform)=0 |
virtual const glm::mat4 & | getTransform ()=0 |
SceneNode * | getParent () |
Friends | |
class | SceneNode |
Interface for all types that can be appended to a SceneNode
SceneNode * Transformable::getParent | ( | ) |
Returns the scene node that this object is attached to.
|
pure virtual |
Returns the local transformation matrix of the object
Implemented in MeshInstance.
|
pure virtual |
Sets the local transformation matrix of the object
Implemented in MeshInstance.