The Mesh3DUtils class contains help tools to work with Mesh3D-type objects.
public static function cloneMaterials(pivot:Pivot3D):void Parameters
public static function merge(vector:Vector.<Pivot3D>, removeOiriginal:Boolean = true, material:Material3D = null):Mesh3D Parameters
| vector:Vector.<Pivot3D> |
| |
| removeOiriginal:Boolean (default = true) |
| |
| material:Material3D (default = null) |
Returns public static function split(mesh:Mesh3D):void
Split the surfaces of the mesh if they exceds the limit of the buffer size.
Parameters
| mesh:Mesh3D — The mess to be splited.
|
Thu Apr 12 2012, 10:02 AM -03:00