Packageorg.papervision3d
Classpublic class Papervision3D

The Papervision3D class contains global properties and settings.



Public Properties
 PropertyDefined by
  AUTHOR : String = "(c) 2006-2007 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 = "24.03.08"
[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
  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
  VERBOSE : Boolean = true
[static] Determines whether debug printout is enabled.
Papervision3D
  VERSION : String = "Public Alpha 2.0 - Great White"
[static] Enables version to be retrieved at runtime or when reviewing a decompiled swf.
Papervision3D
Public Methods
 MethodDefined by
  
log(message:String):void
[static] Sends debug information to the Output panel.
Papervision3D
Property detail
AUTHORproperty
public static var AUTHOR:String = "(c) 2006-2007 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 = "24.03.08"

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.

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.

VERBOSEproperty 
public static var VERBOSE:Boolean = true

Determines whether debug printout is enabled. It also prints version information at startup.

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

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

Method detail
log()method
public static function log(message:String):void

Sends debug information to the Output panel.

Parameters
message:String — A String value to send to Output.