From 1a8c10e1323aad93b5c304738e1943155b851506 Mon Sep 17 00:00:00 2001 From: Andrew Meadows Date: Mon, 3 Mar 2014 17:35:52 -0800 Subject: [PATCH] Correcting a comment. --- interface/src/renderer/Model.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/renderer/Model.h b/interface/src/renderer/Model.h index 12691dbf03..d9cce3aef9 100644 --- a/interface/src/renderer/Model.h +++ b/interface/src/renderer/Model.h @@ -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;