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.
|
Mon Nov 14 2011, 09:23 PM -03:00