Packageaway3d.core.traverse
Classpublic class ProjectionTraverser
InheritanceProjectionTraverser Inheritance Traverser

Traverser that resolves the transform tree in a scene, ready for rendering.

Public Properties
 PropertyDefined by
  view : View3D
Defines the view being used.
ProjectionTraverser
Public Methods
 MethodDefined by
  
Creates a new ProjectionTraverser object.
ProjectionTraverser
  
apply(node:Object3D):void
ProjectionTraverser
  
enter(node:Object3D):void
Executed when the traverser enters the node.
ProjectionTraverser
  
leave(node:Object3D):void
ProjectionTraverser
  
match(node:Object3D):Boolean
Determines if the specified node is required to be traversed.
ProjectionTraverser
Property detail
viewproperty
view:View3D  [read-write]

Defines the view being used.

Implementation
    public function get view():View3D
    public function set view(value:View3D):void
Constructor detail
ProjectionTraverser()constructor
public function ProjectionTraverser() Init Parameters
Method detail
apply()method
public override function apply(node:Object3D):void Parameters
node:Object3D
enter()method 
public override function enter(node:Object3D):void

Executed when the traverser enters the node.

Parameters
node:Object3D
leave()method 
public override function leave(node:Object3D):void Parameters
node:Object3D
match()method 
public override function match(node:Object3D):Boolean

Determines if the specified node is required to be traversed.

Parameters
node:Object3D — The 3d object to be tested.

Returns
Boolean — The result of the test.
Wiki link
Click to go to the wiki page for 'away3d.core.traverse.ProjectionTraverser'

Code examples

Comments