Package | away3d.tools.commands |
Class | public class Explode |
Inheritance | Explode ![]() |
Explode
Property | Defined By | ||
---|---|---|---|
verticesAdded : int [static] [read-only]
returns howmany vertices were added during the explode operation. | Explode |
Method | Defined By | ||
---|---|---|---|
apply(object:ObjectContainer3D, keepNormals:Boolean = true):void [static]
Apply the explode code to a given ObjectContainer3D. | Explode |
verticesAdded | property |
verticesAdded:int
[read-only] returns howmany vertices were added during the explode operation.
public static function get verticesAdded():int
apply | () | method |
public static function apply(object:ObjectContainer3D, keepNormals:Boolean = true):void
Apply the explode code to a given ObjectContainer3D.
Parameters
object:ObjectContainer3D — ObjectContainer3D. The target Object3d object.
| |
keepNormals:Boolean (default = true ) — Boolean. If the vertexNormals of the object are preserved. Default is true.
|