Maven module :un.api : api-display :
Class :
un.engine.scenegraph.DefaultSceneNode
Extends/Implements :
un.api.model.tree.DefaultNode
un.engine.scenegraph.SceneNode
Subclasses : -
Variables :
modelTransform,
coordinateSystem,
parent
Functions :
DefaultSceneNode,
DefaultSceneNode,
DefaultSceneNode,
DefaultSceneNode,
getDimension,
getCoordinateSystem,
getLocalCoordinateSystem,
setLocalCoordinateSystem,
getNodeTransform,
getProperties,
getRootToNodeSpace,
getNodeToRootSpace,
setRootToNodeSpace,
setRootToNodeSpace,
getParent,
getRoot,
addChildren,
replaceChildren,
removeChildNode,
removeChildren
protected NodeTransform
modelTransform
protected CoordinateSystem
coordinateSystem
protected SceneNode
parent
public void
DefaultSceneNode (int dimension)
public void
DefaultSceneNode (CoordinateSystem cs)
public void
DefaultSceneNode (CoordinateSystem cs, boolean allowChildren)
public void
DefaultSceneNode (int dimension, boolean allowChildren)
public int
getDimension ()
public CoordinateSystem
getCoordinateSystem ()
public CoordinateSystem
getLocalCoordinateSystem ()
public void
setLocalCoordinateSystem (CoordinateSystem coordinateSystem)
public NodeTransform
getNodeTransform ()
public Dictionary
getProperties ()
public Matrix
getRootToNodeSpace ()
public Matrix
getNodeToRootSpace ()
public void
setRootToNodeSpace (NodeTransform wtn)
public void
setRootToNodeSpace (Matrix wtn)
public SceneNode
getParent ()
public SceneNode
getRoot ()
protected void
addChildren (int index, Object[] array)
protected void
replaceChildren (Object[] children)
protected boolean
removeChildNode (int index)
protected boolean
removeChildren ()
author Johann Sorel