Packageorg.papervision3d
Classpublic class Papervision3D

The Papervision3D class contains global properties and settings.



Public Properties
 PropertyDefined by
  AUTHOR : String = "(c) 2006-2008 Copyright by Carlos Ulloa | John Grden | Ralph Hauwert | Tim Knip | Andy Zupko"
[static] Enables copyright information to be retrieved at runtime or when reviewing a decompiled swf.
Papervision3D
  DATE : String = "September 9th, 2008"
[static] Enables version date to be retrieved at runtime or when reviewing a decompiled swf.
Papervision3D
  NAME : String = "Papervision3D"
[static] Enables engine name to be retrieved at runtime or when reviewing a decompiled swf.
Papervision3D
  PAPERLOGGER : PaperLogger
[static] This is the main Logger Controller.
Papervision3D
  useDEGREES : Boolean = true
[static] Indicates if the angles are expressed in degrees (true) or radians (false).
Papervision3D
  usePERCENT : Boolean = false
[static] Indicates if the scales are expressed in percent (true) or from zero to one (false).
Papervision3D
  useRIGHTHANDED : Boolean = false
[static]
Papervision3D
  VERSION : String = "Public Beta 2.0 - Great White"
[static] Enables version to be retrieved at runtime or when reviewing a decompiled swf.
Papervision3D
Property detail
AUTHORproperty
public static var AUTHOR:String = "(c) 2006-2008 Copyright by Carlos Ulloa | John Grden | Ralph Hauwert | Tim Knip | Andy Zupko"

Enables copyright information to be retrieved at runtime or when reviewing a decompiled swf.

DATEproperty 
public static var DATE:String = "September 9th, 2008"

Enables version date to be retrieved at runtime or when reviewing a decompiled swf.

NAMEproperty 
public static var NAME:String = "Papervision3D"

Enables engine name to be retrieved at runtime or when reviewing a decompiled swf.

PAPERLOGGERproperty 
public static var PAPERLOGGER:PaperLogger

This is the main Logger Controller.

useDEGREESproperty 
public static var useDEGREES:Boolean = true

Indicates if the angles are expressed in degrees (true) or radians (false). The default value is true, degrees.

usePERCENTproperty 
public static var usePERCENT:Boolean = false

Indicates if the scales are expressed in percent (true) or from zero to one (false). The default value is false, i.e. units.

useRIGHTHANDEDproperty 
public static var useRIGHTHANDED:Boolean = false

VERSIONproperty 
public static var VERSION:String = "Public Beta 2.0 - Great White"

Enables version to be retrieved at runtime or when reviewing a decompiled swf.