calculateTangents
AssetManagerInterface::calculateTangents
Calculate a Mesh’s tangents.
Declaration
virtual void calculateTangents(Mesh& mesh) = 0;
Parameters
Name |
Type |
Description |
---|---|---|
mesh |
Mesh& |
The mesh to calculate the tangents of. |
Returns
None.