|
MeshUtilsCombineAllMeshes(ListMeshUtilsMesh3DInfo) Method |
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).
Namespace: Ab3d.UtilitiesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public static MeshGeometry3D CombineAllMeshes(
List<MeshUtilsMesh3DInfo> meshes
)
Parameters
- meshes ListMeshUtilsMesh3DInfo
- list of Mesh3DInfo structs
Return Value
MeshGeometry3DMeshGeometry3D created from combining all specified meshes
See Also