Showing results for

scene graph

on www.ambiera.com
ambiera.com › copperlicht › documentation › tutorials
CopperLicht Reference - Tutorial 3
...In the code above, we only added your scene node to the scene graph. We'll implement the scene node later and explain everything...
ambiera.com › coppercube › doc › cnt terrain.html
Terrain editing - Coppercube documentation
...In the scene graph explorer window, simply drag the mesh you want onto the terrain scene node. The mesh then will be attached to...
ambiera.com › copperlicht › documentation › symbols
CopperLicht Reference - CL3D.CopperLicht
...handler called before sending a received "mouse down" event to the scene graph. You can use this to intercept
mouse events in your game...
ambiera.com › copperlicht › documentation › symbols
CopperLicht Reference - CL3D.Scene
...getName()
Returns the name of the scene
{CL3D.SceneNode}
getRootSceneNode()
Returns the root SceneNode, the root of the whole scene graph.
ambiera.com › copperlicht › documentation › symbols
CopperLicht Reference - CL3D.SceneNode
...Class Overview
CL3D.SceneNode()
A scene node is a node in the hierarchical scene graph. Every scene node may have children, which are also...
ambiera.com › coppercube › changelog.html
CopperCube changes in the latest release
...Better selection indication
Selection highlighting in the scene graph explorer has been improved:
When selecting a 3d object in the view, the object is...
ambiera.com › coppercube › doc › cnt javascriptref.html
Overview - Coppercube JavaScript Windows .exe and Mac OS X .app Scripting reference
...ccbGetSceneNodeChildCount(sceneNode)
Returns the amount of children of a scene node.�
Example:

Searches the whole scene graph for a scene node with this name...