Packageaway3dlite.core.render
Classpublic class BasicRenderer
InheritanceBasicRenderer Inheritance Renderer

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
Returns the face object directly under the given point.
BasicRenderer
  
render():void
Renders the contents of the scene to the view.
BasicRenderer
Constructor detail
BasicRenderer()constructor
public function BasicRenderer() 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.BasicRenderer'

Code examples

Comments