| Package | org.papervision3d.scenes |
| Class | public class InteractiveScene3D |
| Inheritance | InteractiveScene3D MovieScene3D Scene3D SceneObject3D DisplayObjectContainer3D flash.events.EventDispatcher |
| Property | Defined by | ||
|---|---|---|---|
![]() | children : Object
Returns the children object.
| DisplayObjectContainer3D | |
![]() | container : Sprite
The Sprite that you draw into when rendering.
| SceneObject3D | |
| interactiveSceneManager : InteractiveSceneManager | InteractiveScene3D | ||
![]() | materials : MaterialsList
It contains a list of materials in the scene.
| SceneObject3D | |
![]() | numChildren : int
Returns the number of children of this object.
| DisplayObjectContainer3D | |
![]() | objects : Array
It contains a list of DisplayObject3D objects in the scene.
| SceneObject3D | |
![]() | root : DisplayObjectContainer3D
[read-only] [read-only] The scene, which is the top-most displayObjectContainer3D in the tree structure.
| DisplayObjectContainer3D | |
![]() | stats : RenderStatistics
An object that contains total and current statistics.
| SceneObject3D | |
![]() | triangleCuller : ITriangleCuller | SceneObject3D | |
| Method | Defined by | ||
|---|---|---|---|
|
InteractiveScene3D(container:Sprite)
| InteractiveScene3D | ||
![]() |
Adds a child DisplayObject3D instance to the scene.
| MovieScene3D | |
![]() |
Adds all the children of a DisplayObject3D instance to this DisplayObjectContainer instance.
| DisplayObjectContainer3D | |
![]() |
addCollada(filename:String, materials:MaterialsList = null, scale:Number = 1):void
This method has been deprecated.
| DisplayObjectContainer3D | |
![]() |
childrenList():String
Returns a string value with the list of objects.
| DisplayObjectContainer3D | |
![]() |
getChildByName(name:String):DisplayObject3D
Returns the child display object that exists with the specified name.
| DisplayObjectContainer3D | |
![]() |
getSprite(child:DisplayObject3D):Sprite
| MovieScene3D | |
![]() |
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 | |
|
renderCamera(camera:CameraObject3D):void
Generates an image from the camera's point of view and the visible models of the scene.
| InteractiveScene3D | ||
![]() |
toString():String
Returns a string value with the list of objects.
| DisplayObjectContainer3D | |
| interactiveSceneManager | property |
public var interactiveSceneManager:InteractiveSceneManager
| InteractiveScene3D | () | constructor |
public function InteractiveScene3D(container:Sprite)Parameters
container:Sprite |
| renderCamera | () | method |
public override function renderCamera(camera:CameraObject3D):voidGenerates an image from the camera's point of view and the visible models of the scene.
Parameterscamera:CameraObject3D — camera to render from.
|