Packageaway3d.core.render
Classpublic class PositionRenderer
InheritancePositionRenderer Inheritance RendererBase Inheritance Object

The PositionRenderer renders normalized position coordinates.



Public Properties
 PropertyDefined By
 InheritedantiAlias : uint
RendererBase
 InheritedbackgroundImageRenderer : BackgroundImageRenderer
[read-only]
RendererBase
 InheritedrenderableSorter : EntitySorterBase
RendererBase
 InheritedswapBackBuffer : Boolean
Indicates whether or not the back buffer should be swapped when rendering is complete.
RendererBase
Protected Properties
 PropertyDefined By
 Inherited_antiAlias : uint
RendererBase
 Inherited_backgroundAlpha : Number = 1
RendererBase
 Inherited_backgroundB : Number = 0
RendererBase
 Inherited_backgroundG : Number = 0
RendererBase
 Inherited_backgroundR : Number = 0
RendererBase
 Inherited_context : Context3D
RendererBase
 Inherited_renderTarget : TextureBase
RendererBase
 Inherited_renderTargetSurface : int
RendererBase
 Inherited_renderToTexture : Boolean
RendererBase
 Inherited_shareContext : Boolean = false
RendererBase
 Inherited_stage3DProxy : Stage3DProxy
RendererBase
 Inherited_swapBackBuffer : Boolean = true
RendererBase
 Inherited_textureRatioX : Number = 1
RendererBase
 Inherited_textureRatioY : Number = 1
RendererBase
 Inherited_viewHeight : Number
RendererBase
 Inherited_viewWidth : Number
RendererBase
Public Methods
 MethodDefined By
  
PositionRenderer(renderBlended:Boolean = false)
Creates a PositionRenderer object.
PositionRenderer
 Inherited
queueSnapshot(bmd:BitmapData):void
RendererBase
Protected Methods
 MethodDefined By
  
draw(entityCollector:EntityCollector, target:TextureBase):void
[override] Performs the actual drawing of geometry to the target.
PositionRenderer
 Inherited
executeRender(entityCollector:EntityCollector, target:TextureBase = null, scissorRect:Rectangle = null, surfaceSelector:int = 0):void
Renders the potentially visible geometry to the back buffer or texture.
RendererBase
 Inherited
RendererBase
Constructor Detail
PositionRenderer()Constructor
public function PositionRenderer(renderBlended:Boolean = false)

Creates a PositionRenderer object.

Parameters
renderBlended:Boolean (default = false) — Indicates whether semi-transparent objects should be rendered.
Method Detail
draw()method
override protected function draw(entityCollector:EntityCollector, target:TextureBase):void

Performs the actual drawing of geometry to the target.

Parameters

entityCollector:EntityCollector — The EntityCollector object containing the potentially visible geometry.
 
target:TextureBase