Showing results for
on www.ambiera.com...In the code above, we only added your scene node to the scene graph. We'll implement the scene node later and explain everything...
...In the scene graph explorer window, simply drag the mesh you want onto the terrain scene node. The mesh then will be attached to...
...handler called before sending a received "mouse down" event to the scene graph. You can use this to intercept
mouse events in your game...
mouse events in your game...
...getName()
Returns the name of the scene
{CL3D.SceneNode}
getRootSceneNode()
Returns the root SceneNode, the root of the whole scene graph.
Returns the name of the scene
{CL3D.SceneNode}
getRootSceneNode()
Returns the root SceneNode, the root of the whole scene graph.
...Class Overview
CL3D.SceneNode()
A scene node is a node in the hierarchical scene graph. Every scene node may have children, which are also...
CL3D.SceneNode()
A scene node is a node in the hierarchical scene graph. Every scene node may have children, which are also...
...Better selection indication
Selection highlighting in the scene graph explorer has been improved:
When selecting a 3d object in the view, the object is...
Selection highlighting in the scene graph explorer has been improved:
When selecting a 3d object in the view, the object is...
...ccbGetSceneNodeChildCount(sceneNode)
Returns the amount of children of a scene node.�
Example:
�
Searches the whole scene graph for a scene node with this name...
Returns the amount of children of a scene node.�
Example:
�
Searches the whole scene graph for a scene node with this name...