mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 13:33:26 +02:00
Correcting a comment.
This commit is contained in:
parent
f23dda7317
commit
1a8c10e132
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue