mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 19:59:28 +02:00
fixing incorrect documentation comment
This commit is contained in:
parent
2bc8e142b4
commit
89f664c0ee
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ protected:
|
||||||
glm::vec3 translation; // translation relative to parent
|
glm::vec3 translation; // translation relative to parent
|
||||||
glm::quat rotation; // rotation relative to parent
|
glm::quat rotation; // rotation relative to parent
|
||||||
glm::mat4 transform; // rotation to world frame + translation in model frame
|
glm::mat4 transform; // rotation to world frame + translation in model frame
|
||||||
glm::quat combinedRotation; // rotation to model frame
|
glm::quat combinedRotation; // rotation from joint local to world frame
|
||||||
};
|
};
|
||||||
|
|
||||||
bool _shapesAreDirty;
|
bool _shapesAreDirty;
|
||||||
|
|
Loading…
Reference in a new issue