Packageflare.utils
Classpublic class Mesh3DUtils
InheritanceMesh3DUtils Inheritance Object

The Mesh3DUtils class contains help tools to work with Mesh3D-type objects.



Public Methods
 MethodDefined By
  
[static]
Mesh3DUtils
  
merge(vector:Vector.<Pivot3D>, removeOiriginal:Boolean = true, material:Material3D = null):Mesh3D
[static]
Mesh3DUtils
  
split(mesh:Mesh3D):void
[static] Split the surfaces of the mesh if they exceds the limit of the buffer size.
Mesh3DUtils
Method Detail
cloneMaterials()method
public static function cloneMaterials(pivot:Pivot3D):void

Parameters

pivot:Pivot3D

merge()method 
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
Mesh3D
split()method 
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.