stohrendorf / CroftEngine

An open-source Tomb Raider 1 engine remake
Other
285 stars 18 forks source link

add animation smoothing #255

Closed stohrendorf closed 2 years ago

stohrendorf commented 2 years ago

Slightly smoothes animations to have less impact from badly built, quivering animations.

stohrendorf commented 2 years ago

Thank you. I was concerned about ghosts, but didn't consider them such a major issue. i will look into it.

stohrendorf commented 2 years ago

Turns out the issue was the material cache, which cached the material, which would then use whatever function was passed in when initially creating the material.