| Package | away3d.core.draw |
| Class | public class PrimitiveVolumeBlockNode |
| Property | Defined by | ||
|---|---|---|---|
| list : Array
The list of drawing primitives inside the volume block.
| PrimitiveVolumeBlockNode | ||
| maxX : Number
Returns the maximum x value of the drawing primitives contained in the volume block node.
| PrimitiveVolumeBlockNode | ||
| maxY : Number
Returns the maximum y value of the drawing primitives contained in the volume block node.
| PrimitiveVolumeBlockNode | ||
| maxZ : Number
Returns the maximum z value of the drawing primitives contained in the volume block node.
| PrimitiveVolumeBlockNode | ||
| minX : Number = Infinity
Returns the minimum x value of the drawing primitives contained in the volume block node.
| PrimitiveVolumeBlockNode | ||
| minY : Number = Infinity
Returns the minimum y value of the drawing primitives contained in the volume block node.
| PrimitiveVolumeBlockNode | ||
| minZ : Number = Infinity
Returns the minimum z value of the drawing primitives contained in the volume block node.
| PrimitiveVolumeBlockNode | ||
| source : Object3D
Reference to the 3d object represented by the volume block node.
| PrimitiveVolumeBlockNode | ||
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new
PrimitiveQuadrantTreeNode object. | PrimitiveVolumeBlockNode | ||
|
Adds a primitive to the volume block
| PrimitiveVolumeBlockNode | ||
|
Removes a primitive from the volume block
| PrimitiveVolumeBlockNode | ||
| list | property |
public var list:Array
The list of drawing primitives inside the volume block.
| maxX | property |
public var maxX:Number
Returns the maximum x value of the drawing primitives contained in the volume block node.
| maxY | property |
public var maxY:Number
Returns the maximum y value of the drawing primitives contained in the volume block node.
| maxZ | property |
public var maxZ:Number
Returns the maximum z value of the drawing primitives contained in the volume block node.
| minX | property |
public var minX:Number = Infinity
Returns the minimum x value of the drawing primitives contained in the volume block node.
| minY | property |
public var minY:Number = Infinity
Returns the minimum y value of the drawing primitives contained in the volume block node.
| minZ | property |
public var minZ:Number = Infinity
Returns the minimum z value of the drawing primitives contained in the volume block node.
| source | property |
public var source:Object3D
Reference to the 3d object represented by the volume block node.
| PrimitiveVolumeBlockNode | () | constructor |
public function PrimitiveVolumeBlockNode(source:Object3D)Parameters
source:Object3D — A reference to the 3d object represented by the volume block node.
|
| push | () | method |
public function push(pri:DrawPrimitive):void
Adds a primitive to the volume block
Parameterspri:DrawPrimitive |
| remove | () | method |
public function remove(pri:DrawPrimitive):void
Removes a primitive from the volume block
Parameterspri:DrawPrimitive |