| Package | org.papervision3d |
| Class | public class Papervision3D |
| Property | Defined by | ||
|---|---|---|---|
| AUTHOR : String = "(c) 2006-2007 Copyright by Carlos Ulloa | papervision3d.org | carlos@papervision3d.org" [static]
Enables copyright information to be retrieved at runtime or when reviewing a decompiled swf.
| Papervision3D | ||
| DATE : String = "23.07.07" [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 = "Beta 1.5" [static]
Enables version to be retrieved at runtime or when reviewing a decompiled swf.
| Papervision3D | ||
| Method | Defined by | ||
|---|---|---|---|
|
log(message:String):void
[static]
Sends debug information to the Output panel.
| Papervision3D | ||
| AUTHOR | property |
public static var AUTHOR:String = "(c) 2006-2007 Copyright by Carlos Ulloa | papervision3d.org | carlos@papervision3d.org"Enables copyright information to be retrieved at runtime or when reviewing a decompiled swf.
| DATE | property |
public static var DATE:String = "23.07.07"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.
| 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.
| VERBOSE | property |
public static var VERBOSE:Boolean = trueDetermines whether debug printout is enabled. It also prints version information at startup.
| VERSION | property |
public static var VERSION:String = "Beta 1.5"Enables version to be retrieved at runtime or when reviewing a decompiled swf.
| log | () | method |
public static function log(message:String):voidSends debug information to the Output panel.
Parametersmessage:String — A String value to send to Output.
|