Table of Contents
AssetManager::calculateTangents
Calculate a Mesh’s tangents.
void calculateTangents(Mesh& mesh);
Name
Type
Description
mesh
Mesh&
The mesh to calculate the tangents of.
None.