Packageaway3d.core.render
Interfacepublic interface IRenderer
ImplementorsBasicRenderer, QuadrantRenderer

Interface for renderers capable of rendering a scene to a view

Public Methods
 MethodDefined by
  
render(view:View3D):void
Executes the render pipe that resolves the 3d scene into the view.
IRenderer
  
toString():String
Used to trace the values of a renderer.
IRenderer
Method detail
render()method
public function render(view:View3D):void

Executes the render pipe that resolves the 3d scene into the view.

Parameters
view:View3D
toString()method 
public function toString():String

Used to trace the values of a renderer.

Returns
String — A string representation of the renderer object.
Wiki link
Click to go to the wiki page for 'away3d.core.render.IRenderer'

Code examples
There are currently no examples for this class

Comments
No comments found
Please leave a comment

Please leave a comment

security image