| Package | org.papervision3d |
| Class | public class Papervision3D |
| Property | Defined 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 | ||
| AUTHOR | property |
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.
| DATE | property |
public static var DATE:String = "September 9th, 2008"Enables version date to be retrieved at runtime or when reviewing a decompiled swf.
| NAME | property |
public static var NAME:String = "Papervision3D"Enables engine name to be retrieved at runtime or when reviewing a decompiled swf.
| PAPERLOGGER | property |
public static var PAPERLOGGER:PaperLoggerThis is the main Logger Controller.
| useDEGREES | property |
public static var useDEGREES:Boolean = trueIndicates if the angles are expressed in degrees (true) or radians (false). The default value is true, degrees.
| usePERCENT | property |
public static var usePERCENT:Boolean = falseIndicates if the scales are expressed in percent (true) or from zero to one (false). The default value is false, i.e. units.
| useRIGHTHANDED | property |
public static var useRIGHTHANDED:Boolean = false
| VERSION | property |
public static var VERSION:String = "Public Beta 2.0 - Great White"Enables version to be retrieved at runtime or when reviewing a decompiled swf.