Changes ObjectOffset parameter name to prevent confusion/conflict with the base class member AppMesh::objectOffset.

Error checking for meshes that do not have stored normals.
Incorrect first attempt at vertex weights.
This commit is contained in:
OTHGMars 2019-03-24 06:23:58 -04:00
parent 1a7e6699c9
commit 1d073e0b09
2 changed files with 21 additions and 21 deletions

View file

@ -107,7 +107,7 @@ public:
///
/// @param time Time at which to generate the mesh data
/// @param objectOffset Transform to apply to the generated data (bounds transform)
void lockMesh(F32 time, const MatrixF& objectOffset);
void lockMesh(F32 time, const MatrixF& objOffset);
/// Get the transform of this mesh at a certain time
///