Correcting a comment.

This commit is contained in:
Andrew Meadows 2014-03-03 17:35:52 -08:00
parent f23dda7317
commit 1a8c10e132

View file

@ -185,7 +185,7 @@ protected:
glm::vec3 translation; // translation relative to parent
glm::quat rotation; // rotation relative to parent
glm::mat4 transform; // rotation to world frame + translation in model frame
glm::quat combinedRotation; // rotation to world frame
glm::quat combinedRotation; // rotation to model frame
};
bool _shapesAreDirty;