Packageaway3dlite.core.render
Classpublic class Renderer
InheritanceRenderer Inheritance Object
Subclasses BasicRenderer, FastRenderer



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

Creates a new Renderer object.

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

Renders the contents of the scene to the view.

See also

awa3dlite.containers.Scene3D
awa3dlite.containers.View3D