| Package | org.papervision3d.core.proto |
| Class | public class GeometryObject3D |
| Inheritance | GeometryObject3D flash.events.EventDispatcher |
| Property | Defined by | ||
|---|---|---|---|
| boundingSphere2 : Number [read-only]
Radius square of the mesh bounding sphere
| GeometryObject3D | ||
| dirty : Boolean | GeometryObject3D | ||
| faces : Array
An array of Face3D objects for the faces of the mesh.
| GeometryObject3D | ||
| _ready : Boolean = false | GeometryObject3D | ||
| ready : Boolean | GeometryObject3D | ||
| vertices : Array
An array of vertices.
| GeometryObject3D | ||
| Property | Defined by | ||
|---|---|---|---|
| _boundingSphere2 : Number | GeometryObject3D | ||
| _boundingSphereDirty : Boolean = true | GeometryObject3D | ||
| Method | Defined by | ||
|---|---|---|---|
|
GeometryObject3D(initObject:Object = null)
| GeometryObject3D | ||
|
getBoundingSphere2():Number
| GeometryObject3D | ||
|
transformUV(material:MaterialObject3D):void
Returns a string value representing the three-dimensional values in the specified Number3D object.
| GeometryObject3D | ||
|
transformVertices(transformation:Matrix3D):void
| GeometryObject3D | ||
| _boundingSphere2 | property |
protected var _boundingSphere2:Number
| boundingSphere2 | property |
boundingSphere2:Number [read-only]Radius square of the mesh bounding sphere
Implementation public function get boundingSphere2():Number
| _boundingSphereDirty | property |
protected var _boundingSphereDirty:Boolean = true
| dirty | property |
public var dirty:Boolean
| faces | property |
public var faces:ArrayAn array of Face3D objects for the faces of the mesh.
| _ready | property |
public var _ready:Boolean = false
| ready | property |
ready:Boolean [read-write]Implementation
public function get ready():Boolean
public function set ready(value:Boolean):void
| vertices | property |
public var vertices:ArrayAn array of vertices.
| GeometryObject3D | () | constructor |
public function GeometryObject3D(initObject:Object = null)Parameters
initObject:Object (default = null) |
| getBoundingSphere2 | () | method |
public function getBoundingSphere2():Number
Returns
Number |
| transformUV | () | method |
public function transformUV(material:MaterialObject3D):voidReturns a string value representing the three-dimensional values in the specified Number3D object.
Parametersmaterial:MaterialObject3D |
| transformVertices | () | method |