Package | away3dlite.core.render |
Class | public class Renderer |
Subclasses | BasicRenderer, FastRenderer |
Method | Defined by | ||
---|---|---|---|
Renderer
()
Creates a new
Renderer object. | Renderer | ||
Returns the face object directly under the given point.
| Renderer | ||
render():void
Renders the contents of the scene to the view.
| Renderer |
Renderer | () | constructor |
public function Renderer()
Init Parameters
getFaceUnderPoint | () | method |
public function getFaceUnderPoint(x:Number, y:Number):Face
Returns the face object directly under the given point.
Parametersx:Number — The x coordinate of the point.
|
|
y:Number — The y coordinate of the point.
|
Face |
render | () | method |
public function render():void
Renders the contents of the scene to the view.
See also