|
MeshUtilsFlipNormals Method |
Updates the normal vectors so that they point in the other direction.
Namespace: Ab3d.UtilitiesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public static void FlipNormals(
MeshGeometry3D meshGeometry
)
Parameters
- meshGeometry MeshGeometry3D
- MeshGeometry3D that will get flipped normals.
See Also