Strict coding style adherence

This commit is contained in:
Alexander Bock
2017-11-26 14:57:26 -05:00
parent 8e0fde947d
commit 38338725b9
23 changed files with 58 additions and 48 deletions
+1 -1
View File
@@ -385,7 +385,7 @@ void TouchInteraction::directControl(const std::vector<TuioCursor>& list) {
{ // Orbit (global rotation)
dvec3 eulerAngles(q[1], q[0], 0);
dquat rotationDiffCamSpace = dquat(eulerAngles);
dvec3 centerToCamera = camPos - centerPos;
dquat rotationDiffWorldSpace =