Click or drag to resize
AB4D logo

MeshUtilsCombineAllMeshes Method

Overload List
 NameDescription
Public methodStatic memberCombineAllMeshes(ListMeshUtilsMesh3DInfo) CombineAllMeshes method combines all meshes from a list of Mesh3DInfo into a single MeshGeometry3D. It also applies all the transformations to the positions and normals (transformed by inversed transposed matrix).
Public methodStatic memberCombineAllMeshes(Model3D, Transform3D) CombineAllMeshes method combines all meshes from the specified Model3D hierarchy and converts them into a single MeshGeometry3D. It also applies all the transformations to the positions and normals (transformed by inversed transposed matrix).
Top
See Also