diff --git a/Handbook/src/advanced-topics/openxr/consuming-fxrmotioncontrollerdata/README.md b/Handbook/src/advanced-topics/openxr/consuming-fxrmotioncontrollerdata/README.md index 26eef5ec..f4da19ee 100644 --- a/Handbook/src/advanced-topics/openxr/consuming-fxrmotioncontrollerdata/README.md +++ b/Handbook/src/advanced-topics/openxr/consuming-fxrmotioncontrollerdata/README.md @@ -61,7 +61,7 @@ struct FXRMotionControllerData Which on the Blueprint side it looks like this: -![FXRMotionControllerData Blueprint representation](/assets/fxrmotioncontrollerdata-blueprint-representation.png "FXRMotionControllerData Blueprint representation") +![FXRMotionControllerData Blueprint representation](fxrmotioncontrollerdata-blueprint-representation.png "FXRMotionControllerData Blueprint representation") But, fear not, we got you covered! @@ -236,6 +236,6 @@ So, getting the any joint's position or rotation is as easy as casting the enum }; ``` -![Get a joint position and rotation from FXRMotionControllerData in Blueprint](/assets/fxrmotioncontrollerdata-blueprint-get-joint-position-rotation.png "Get a joint position and rotation from FXRMotionControllerData in Blueprint") +![Get a joint position and rotation from FXRMotionControllerData in Blueprint](fxrmotioncontrollerdata-blueprint-get-joint-position-rotation.png "Get a joint position and rotation from FXRMotionControllerData in Blueprint") OK, now that we've got a glimpse of how the virtual hand's joint data could be processed we are going to draw and animate a virtual hand in both [Blueprint](blueprint.md) and [C++](cpp.md) in the upcoming sections. diff --git a/Handbook/src/assets/fxrmotioncontrollerdata-blueprint-get-joint-position-rotation.png b/Handbook/src/advanced-topics/openxr/consuming-fxrmotioncontrollerdata/fxrmotioncontrollerdata-blueprint-get-joint-position-rotation.png similarity index 100% rename from Handbook/src/assets/fxrmotioncontrollerdata-blueprint-get-joint-position-rotation.png rename to Handbook/src/advanced-topics/openxr/consuming-fxrmotioncontrollerdata/fxrmotioncontrollerdata-blueprint-get-joint-position-rotation.png diff --git a/Handbook/src/assets/fxrmotioncontrollerdata-blueprint-representation.png b/Handbook/src/advanced-topics/openxr/consuming-fxrmotioncontrollerdata/fxrmotioncontrollerdata-blueprint-representation.png similarity index 100% rename from Handbook/src/assets/fxrmotioncontrollerdata-blueprint-representation.png rename to Handbook/src/advanced-topics/openxr/consuming-fxrmotioncontrollerdata/fxrmotioncontrollerdata-blueprint-representation.png