VR Development — Day#4
Ability to throw objects
--
So far in this series, we can pick up and drop objects in our VR world. If you try to throw the object, as soon as you let go of the grabbed object, it drops straight to the ground. We need to track the trajectory of the throwing hand (record interval point along its path), detect when the object is let go, and then based on the trajectory, cause the game object to continue on that…