| Package | org.papervision3d.core.proto |
| Class | public class GeometryObject3D |
| Inheritance | GeometryObject3D flash.events.EventDispatcher |
| Property | Defined by | ||
|---|---|---|---|
| aabb : AxisAlignedBoundingBox
[read-only]
Returns an axis aligned bounding box, not world oriented.
| GeometryObject3D | ||
| boundingSphere : BoundingSphere
[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 | ||
|---|---|---|---|
| _aabb : AxisAlignedBoundingBox | GeometryObject3D | ||
| _aabbDirty : Boolean = true | GeometryObject3D | ||
| _boundingSphere : BoundingSphere | GeometryObject3D | ||
| _boundingSphereDirty : Boolean = true | GeometryObject3D | ||
| Method | Defined by | ||
|---|---|---|---|
| GeometryObject3D | |||
|
Clones this object.
| GeometryObject3D | ||
|
flipFaces():void
Flips the winding of faces.
| GeometryObject3D | ||
|
transformUV(material:MaterialObject3D):void
| GeometryObject3D | ||
|
transformVertices(transformation:Matrix3D):void
| GeometryObject3D | ||
| _aabb | property |
protected var _aabb:AxisAlignedBoundingBox
| aabb | property |
aabb:AxisAlignedBoundingBox [read-only]Returns an axis aligned bounding box, not world oriented.
Implementation public function get aabb():AxisAlignedBoundingBox
| _aabbDirty | property |
protected var _aabbDirty:Boolean = true
| _boundingSphere | property |
protected var _boundingSphere:BoundingSphere
| boundingSphere | property |
boundingSphere:BoundingSphere [read-only]Radius square of the mesh bounding sphere
Implementation public function get boundingSphere():BoundingSphere
| _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()
| clone | () | method |
public function clone(parent:DisplayObject3D = null):GeometryObject3DClones this object.
Parametersparent:DisplayObject3D (default = null) |
GeometryObject3D —
The cloned GeometryObject3D.
|
| flipFaces | () | method |
public function flipFaces():voidFlips the winding of faces.
| transformUV | () | method |
| transformVertices | () | method |