Packageaway3dlite.core.render
Classpublic class BasicRenderer
InheritanceBasicRenderer Inheritance Renderer Inheritance Object

Standard renderer for a view.

See also

away3dlite.containers.View3D


Public Methods
 MethodDefined By
  
Creates a new BasicRenderer object.
BasicRenderer
  
getFaceUnderPoint(x:Number, y:Number):Face
[override] Returns the face object directly under the given point.
BasicRenderer
  
render():void
[override] Renders the contents of the scene to the view.
BasicRenderer
Constructor Detail
BasicRenderer()Constructor
public function BasicRenderer()

Creates a new BasicRenderer 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.