Submesh utility functions.
More...
#include <SubmeshUtils.hpp>
Submesh utility functions.
◆ computeFacesFromPolygonVertex()
Creates faces from the points.
- Parameters
-
[in,out] | points | The points. |
[in,out] | triFace | The component that will receive the computed triangles. |
◆ computeNormals() [1/2]
Computes normal and tangent for each vertex of the given face.
- Parameters
-
[in,out] | points | The points. |
[in] | face | The face. |
◆ computeNormals() [2/2]
Generates normals and tangents.
- Parameters
-
[in,out] | points | The points. |
[in] | reverted | Tells if the normals must be inverted. |
[in] | triFace | The component that will receive the computed triangles. |
◆ computeTangents()
Computes tangent for each vertex of the given face.
- Parameters
-
[in,out] | points | The points. |
[in] | face | The face. |
◆ computeTangentsFromNormals()
Computes tangent for each vertex of the submesh.
- Parameters
-
[in,out] | points | The points. |
[in] | triFace | The component that will receive the computed triangles. |
The documentation for this class was generated from the following file: