| Package | org.papervision3d.scenes |
| Class | public class Scene3D |
| Inheritance | Scene3D SceneObject3D DisplayObjectContainer3D flash.events.EventDispatcher |
| Method | Defined by | ||
|---|---|---|---|
|
Scene3D()
The Scene3D class lets you create a scene where all objects are rendered in the same container.
| Scene3D | ||
![]() |
Adds a child DisplayObject3D instance to the scene.
| SceneObject3D | |
![]() |
Adds all the children of a DisplayObject3D instance to this DisplayObjectContainer instance.
| DisplayObjectContainer3D | |
![]() |
childrenList():String
Returns a string value with the list of objects.
| DisplayObjectContainer3D | |
![]() |
getChildByName(name:String, recursive:Boolean = false):DisplayObject3D
Returns the child display object that exists with the specified name.
| DisplayObjectContainer3D | |
![]() |
Removes the specified child DisplayObject3D instance from the child and object list of the scene.
| SceneObject3D | |
![]() |
removeChildByName(name:String):DisplayObject3D
Removes the child DisplayObject3D instance that exists with the specified name, from the child list of the DisplayObjectContainer3D instance.
| DisplayObjectContainer3D | |
![]() |
toString():String
Returns a string value with the list of objects.
| DisplayObjectContainer3D | |