package org.papervision3d.core.render.project { import org.papervision3d.core.render.data.RenderSessionData; /** * @author Ralph Hauwert */ public class student_ar_org_papervision3d_core_render_project_ProjectionPipeline { /** * student_ar_org_papervision3d_core_render_project_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. */ public function student_ar_org_papervision3d_core_render_project_ProjectionPipeline() { } /** * project(renderSessionData:RenderSessionData); * * The main projection function as called by the renderer. */ public function project(renderSessionData:RenderSessionData):void { } } }