Packageaway3dlite.templates
Classpublic class BasicTemplate
InheritanceBasicTemplate Inheritance Template Inheritance flash.display.Sprite

Template setup designed for general use.

Public Properties
 PropertyDefined by
 Inheritedcamera : Camera3D
The camera object used in the template.
Template
  clipping : RectangleClipping
The clipping object used in the template.
BasicTemplate
 Inheriteddebug : Boolean
Defines if the template is run in debug mode.
Template
  renderer : BasicRenderer
The renderer object used in the template.
BasicTemplate
 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
onPostRender():void
Fired at the end of a render loop.
Template
 Inherited
onPreRender():void
Fired at the beginning of a render loop.
Template
Property detail
clippingproperty
public var clipping:RectangleClipping

The clipping object used in the template.

rendererproperty 
public var renderer:BasicRenderer

The renderer object used in the template.

Wiki link
Click to go to the wiki page for 'away3dlite.templates.BasicTemplate'

Code examples

Comments