Packageaway3d.tools
Classpublic class Explode

Class Explode make all vertices and uv's of a mesh unicExplode

Public Properties
 PropertyDefined by
  verticesAdded : int
[static][read-only] returns howmany vertices were added during the explode operation.
Explode
Public Methods
 MethodDefined by
  
apply(object:ObjectContainer3D):void
[static] Apply the explode code to a given ObjectContainer3D.
Explode
Property detail
verticesAddedproperty
verticesAdded:int  [read-only]

returns howmany vertices were added during the explode operation.

Implementation
    public static function get verticesAdded():int
Method detail
apply()method
public static function apply(object:ObjectContainer3D):void

Apply the explode code to a given ObjectContainer3D.

Parameters
object:ObjectContainer3D — object ObjectContainer3D. The target Object3d object.
Wiki link
Click to go to the wiki page for 'away3d.tools.Explode'

Code examples

Comments