Packageaway3dlite.core.render
Classpublic class FastRenderer
InheritanceFastRenderer Inheritance Renderer

Public Properties
 PropertyDefined by
  sortObjects : Boolean = true
Determines whether 3d objects are sorted in the view.
FastRenderer
Public Methods
 MethodDefined by
  
Creates a new FastRenderer object.
FastRenderer
  
getFaceUnderPoint(x:Number, y:Number):Face
Returns the face object directly under the given point.
FastRenderer
  
render():void
Renders the contents of the scene to the view.
FastRenderer
Property detail
sortObjectsproperty
public var sortObjects:Boolean = true

Determines whether 3d objects are sorted in the view. Defaults to true.

Constructor detail
FastRenderer()constructor
public function FastRenderer() Init Parameters
Method detail
getFaceUnderPoint()method
public override function getFaceUnderPoint(x:Number, y:Number):Face

Returns the face object directly under the given point.

Parameters
x:Number — The x coordinate of the point.
 
y:Number — The y coordinate of the point.

Returns
Face
render()method 
public override function render():void

Renders the contents of the scene to the view.

Wiki link
Click to go to the wiki page for 'away3dlite.core.render.FastRenderer'

Code examples

Comments