Package | away3d.core.render |
Interface | public interface IRenderer |
Implementors | BasicRenderer, BSPRenderer, QuadrantRenderer |
Method | Defined by | ||
---|---|---|---|
Executes the render pipe that resolves the 3d scene into the view.
| IRenderer | ||
toString():String
Used to trace the values of a renderer.
| IRenderer |
render | () | method |
public function render(view:View3D):void
Executes the render pipe that resolves the 3d scene into the view.
Parametersview:View3D |
toString | () | method |
public function toString():String
Used to trace the values of a renderer.
ReturnsString — A string representation of the renderer object.
|