Mesh |
Name | Description | |
---|---|---|
CombineAllMeshes(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). | |
CombineAllMeshes(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). |