[PR permission request] Better jiggle physics
nopeless opened this issue ยท 2 comments
I have reworked the jiggle physics a few months ago, and I would have submitted a PR but the code base was going through fabric 1.19.4/1.20 changes so I ignored it for a while
The new physics engine implements these:
- No out of bounds (breasts won't poke out of the player's body)
- Falling and jumping are based off of actual acceleration values instead of timers
- Rotating breast boxes (pitch)
This simulates a much more natural movement, but I believe this is opinionated so I am asking for your opinion as well
Original
java_RO2vD6537L.mp4
Physics rewrite
java_pLys6PS3yu.mp4
I am open for discussion
I know this was a while ago, but if you can still, I would suggest just opening a PR so I can take a look at it and see if it's something I'm interested in implementing.
I have been wanting to revamp the breast physics to be more realistic for a while now, but I haven't had the time to dive into it.