From 4ecd25c8bbebe16cfdeb14afa5b529b61072a523 Mon Sep 17 00:00:00 2001 From: sabrina-shanman Date: Wed, 30 Oct 2019 14:32:36 -0700 Subject: [PATCH] Add TODO for joint.geometricOffset --- libraries/hfm/src/hfm/HFM.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libraries/hfm/src/hfm/HFM.h b/libraries/hfm/src/hfm/HFM.h index 11b32dc4b3..c61f03d070 100644 --- a/libraries/hfm/src/hfm/HFM.h +++ b/libraries/hfm/src/hfm/HFM.h @@ -113,7 +113,9 @@ public: bool isSkeletonJoint; bool bindTransformFoundInCluster; + // geometric offset is applied in local space but does NOT affect children. + // TODO: Apply hfm::Joint.geometricOffset to transforms in the model preparation step glm::mat4 geometricOffset; // globalTransform is the transform of the joint with all parent transforms applied, plus the geometric offset