BobbyAnguelov / Esoterica

Esoterica Engine
https://www.esotericaengine.com
MIT License
875 stars 58 forks source link

Forced Transition Blending #27

Closed erincatto closed 1 year ago

erincatto commented 1 year ago

I created a forced transition for two states that go between poses: standing and prone. The transition from standing to prone can be forced while prone to standing cannot be forced.

I ran a test where I used a long transition duration and single stepped interrupting the prone to stand, forcing a transition from stand back to prone. I did this when the character was only slight above prone. With a long transition duration the character will continue to almost reaching the stand pose before going back down to prone. With a short transition duration the forced transition works well and the character goes directly back to prone.

I'm not sure if this a bug or intended. ForcedTransition.zip

image