| Package | org.papervision3d.core.render.project |
| Class | public class ProjectionPipeline |
| Subclasses | BasicProjectionPipeline |
| Method | Defined 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 | ||
| 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.
| project | () | method |
public function project(renderSessionData:RenderSessionData):voidproject(renderSessionData:RenderSessionData); The main projection function as called by the renderer.
ParametersrenderSessionData:RenderSessionData |