Packageaway3dlite.core.render
Classpublic class Renderer
SubclassesBasicRenderer, 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() Init Parameters
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
Wiki link
Click to go to the wiki page for 'away3dlite.core.render.Renderer'

Code examples

Comments