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
 Inherited
apply(node:Object3D):void
Executed when the traverser is applied to the node.
Traverser
  
enter(node:Object3D):void
Executed when the traverser enters the node.
ProjectionTraverser
 Inherited
leave(node:Object3D):void
Executed when the traverser leaves the node.
Traverser
  
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####
Method detail
enter()method
public override function enter(node:Object3D):void

Executed when the traverser enters the node.

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 ####WIKI####

Code examples

Comments