| Package | org.papervision3d.core.proto |
| Class | public class GeometryObject3D |
| Inheritance | GeometryObject3D flash.events.EventDispatcher |
| Property | Defined by | ||
|---|---|---|---|
| boundingSphere2 : Number [write-only]
A MaterialObject3D object that contains the material properties of the triangle.
| GeometryObject3D | ||
| faces : Array
An array of Face3D objects for the faces of the mesh.
| GeometryObject3D | ||
| ready : Boolean = false | GeometryObject3D | ||
| vertices : Array
An array of vertices.
| GeometryObject3D | ||
| Property | Defined by | ||
|---|---|---|---|
| _boundingSphere2 : Number | GeometryObject3D | ||
| _boundingSphereDirty : Boolean = true | GeometryObject3D | ||
| _material : MaterialObject3D | 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 | ||
|
transformUV(material:MaterialObject3D):void
Draws the object into the MovieClip container.
| GeometryObject3D | ||
|
transformVertices(transformation:Matrix3D):void
| GeometryObject3D | ||
| _boundingSphere2 | property |
protected var _boundingSphere2:Number
| boundingSphere2 | property |
boundingSphere2:Number [write-only]A MaterialObject3D object that contains the material properties of the triangle.
Implementation public function set boundingSphere2(value:Number):void
| _boundingSphereDirty | property |
protected var _boundingSphereDirty:Boolean = true
| faces | property |
public var faces:ArrayAn array of Face3D objects for the faces of the mesh.
| _material | property |
protected var _material:MaterialObject3D
| ready | property |
public var ready:Boolean = false
| 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 |
| transformUV | () | method |
public function transformUV(material:MaterialObject3D):voidDraws the object into the MovieClip container.
Parametersmaterial:MaterialObject3D — A Papervision3D object that contains the current scene.
|
| transformVertices | () | method |