Volume block tree for storing drawing primitives
clip:Clipping
[read-write]
Defines the clipping object to be used on the drawing primitives.
Implementation
public function get clip():Clipping
public function set clip(value:Clipping):void
public function blocks():Array
A list of volume blocks contained in the scene.
Returns
| Array — An array containing all volume blocks in the scene.
|
public function getTouching(target:PrimitiveVolumeBlockNode):Array
Parameters
Returns
public function list():Array
A list of primitives that have been clipped.
Returns
| Array — An array containing the primitives to be rendered.
|
public function primitive(pri:DrawPrimitive):void
Adds a drawing primitive to the primitive consumer
Parameters
public function remove(pri:DrawPrimitive):void
removes a drawing primitive from the volume block.
Parameters
Click to go to the wiki page for ####WIKI####