Maven module :un.api : api-display :
Class :
un.engine.scenegraph.SceneNode
Extends/Implements :
un.api.model.tree.Node
Subclasses : -
Variables :
PROPERTY_PARENT
Functions :
getDimension,
getParent,
getRoot,
getCoordinateSystem,
getLocalCoordinateSystem,
setLocalCoordinateSystem,
getNodeTransform,
getRootToNodeSpace,
getNodeToRootSpace,
setRootToNodeSpace,
setRootToNodeSpace
public Chars
PROPERTY_PARENT
int
getDimension ()
SceneNode
getParent ()
SceneNode
getRoot ()
CoordinateSystem
getCoordinateSystem ()
CoordinateSystem
getLocalCoordinateSystem ()
void
setLocalCoordinateSystem (CoordinateSystem coordinateSystem)
NodeTransform
getNodeTransform ()
Matrix
getRootToNodeSpace ()
Matrix
getNodeToRootSpace ()
void
setRootToNodeSpace (Matrix wtn)
void
setRootToNodeSpace (NodeTransform wtn)
Scene nodes have a reference to their parent and a transform with
rotation, translation and scale informations.
author Johann Sorel