Packageorg.papervision3d.core.render.project
Classpublic class ProjectionPipeline
SubclassesBasicProjectionPipeline



Public Methods
 MethodDefined by
  
ProjectionPipeline(); A projection pipeline defines the way a scene and it's contained objects will be projected and culled.
ProjectionPipeline
  
project(renderSessionData:RenderSessionData):void
project(renderSessionData:RenderSessionData); The main projection function as called by the renderer.
ProjectionPipeline
Constructor detail
ProjectionPipeline()constructor
public function ProjectionPipeline()

ProjectionPipeline(); A projection pipeline defines the way a scene and it's contained objects will be projected and culled. It's designed to create flexibility within the rendering of Papervision3D, allowing multiple projection methods and culling.

Method detail
project()method
public function project(renderSessionData:RenderSessionData):void

project(renderSessionData:RenderSessionData); The main projection function as called by the renderer.

Parameters
renderSessionData:RenderSessionData