projectionpipeline.as

来自「ActionScript写的3D图片展示功能」· AS 代码 · 共 34 行

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

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?