3D Bow Pull

I initially tried model.get_go to get the bone of the rope and move it to pull the bow. But it took me a long time to realize that this method didn’t work.

Perhaps model.get_go is mainly used to mount things onto bones, such as weapons.

So later on, I switched to creating the animation of the bow pulling first, and then controlling the progress of the bow pulling animation based on the time of mouse clicks.

After I have sorted it out, I will open source it on GitHub and publish it on itch.

3 Likes