Package | flare.utils |
Class | public class Mesh3DUtils |
Inheritance | Mesh3DUtils ![]() |
Method | Defined By | ||
---|---|---|---|
cloneMaterials(pivot:Pivot3D):void [static] | Mesh3DUtils | ||
merge(vector:Vector.<Pivot3D>, removeOiriginal:Boolean = true, material:Material3D = null, includeChildren:Boolean = false):Mesh3D [static] | Mesh3DUtils | ||
[static]
Split the surfaces of the mesh if they exceds the limit of the buffer size. | Mesh3DUtils |
cloneMaterials | () | method |
merge | () | method |
public static function merge(vector:Vector.<Pivot3D>, removeOiriginal:Boolean = true, material:Material3D = null, includeChildren:Boolean = false):Mesh3D
Parameters
vector:Vector.<Pivot3D> | |
removeOiriginal:Boolean (default = true )
| |
material:Material3D (default = null )
| |
includeChildren:Boolean (default = false )
|
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.
|