Packageaway3dlite.core.render
Classpublic class FastRenderer
InheritanceFastRenderer Inheritance Renderer Inheritance Object



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
[override] Returns the face object directly under the given point.
FastRenderer
  
render():void
[override] 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()

Creates a new FastRenderer object.

####INIT####
Method Detail
getFaceUnderPoint()method
override public 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 
override public function render():void

Renders the contents of the scene to the view.