Packageaway3d.core.render
Classpublic class PositionRenderer
InheritancePositionRenderer Inheritance RendererBase

The PositionRenderer renders normalized position coordinates.

Public Properties
 PropertyDefined by
 InheritedantiAlias : uint
The amount of anti-aliasing to use.
RendererBase
 InheritedswapBackBuffer : Boolean
Indicates whether or not the back buffer should be swapped when rendering is complete.
RendererBase
Protected Properties
 PropertyDefined by
 Inherited_backBufferInvalid : Boolean
RendererBase
 Inherited_backgroundB : Number = 0
RendererBase
 Inherited_backgroundG : Number = 0
RendererBase
 Inherited_backgroundR : Number = 0
RendererBase
 Inherited_context : Context3D
RendererBase
 Inherited_contextIndex : int = -1
RendererBase
 Inherited_renderableSorter : EntitySorterBase
RendererBase
 Inherited_stage3DProxy : Stage3DProxy
RendererBase
 Inherited_viewPortHeight : Number = 1
RendererBase
 Inherited_viewPortWidth : Number = 1
RendererBase
 Inherited_viewPortX : Number = 0
RendererBase
 Inherited_viewPortY : Number = 0
RendererBase
Public Methods
 MethodDefined by
  
PositionRenderer
(renderBlended:Boolean = false, antiAlias:uint = 0, renderMode:String)
Creates a PositionRenderer object.
PositionRenderer
Protected Methods
 MethodDefined by
  
draw(entityCollector:EntityCollector):void
Performs the actual drawing of geometry to the target.
PositionRenderer
 Inherited
executeRender(entityCollector:EntityCollector, target:TextureBase = null, surfaceSelector:int = 0, additionalClearMask:int = 7):void
Renders the potentially visible geometry to the back buffer or texture.
RendererBase
 Inherited
Updates the viewport dimensions;
RendererBase
Constructor detail
PositionRenderer()constructor
public function PositionRenderer(renderBlended:Boolean = false, antiAlias:uint = 0, renderMode:String)Parameters
renderBlended:Boolean (default = false) — Indicates whether semi-transparent objects should be rendered.
 
antiAlias:uint (default = 0) — The amount of anti-aliasing to be used
 
renderMode:String — The render mode to be used.
Init Parameters
Method detail
draw()method
protected override function draw(entityCollector:EntityCollector):void

Performs the actual drawing of geometry to the target.

Parameters
entityCollector:EntityCollector — The EntityCollector object containing the potentially visible geometry.
Wiki link
Click to go to the wiki page for 'away3d.core.render.PositionRenderer'

Code examples

Comments