Packageaway3dlite.templates
Classpublic class FastTemplate
InheritanceFastTemplate Inheritance Template Inheritance flash.display.Sprite

Template setup designed for speed.



Public Properties
 PropertyDefined By
 Inheritedcamera : Camera3D
The camera object used in the template.
Template
  clipping : Clipping
The clipping object used in the template.
FastTemplate
 Inheriteddebug : Boolean
Defines if the template is run in debug mode.
Template
  renderer : FastRenderer
The renderer object used in the template.
FastTemplate
 Inheritedscene : Scene3D
The scene object used in the template.
Template
 Inheritedtitle : String
Defines the text appearing in the template title.
Template
 Inheritedview : View3D
The view object used in the template.
Template
Public Methods
 MethodDefined By
 Inherited
start():void
Starts the view rendering.
Template
 Inherited
stop():void
Stops the view rendering.
Template
Protected Methods
 MethodDefined By
 Inherited
onDebug():void
Fired if debug is set to true.
Template
 Inherited
onInit():void
Fired on instantiation of the template.
Template
 Inherited
Fired at the end of a render loop.
Template
 Inherited
Fired at the beginning of a render loop.
Template
Property Detail
clippingproperty
public var clipping:Clipping

The clipping object used in the template.

rendererproperty 
public var renderer:FastRenderer

The renderer object used in the template.