alec-jackson / studious-engine

A platform agnostic, backend agnostic, graphics engine...in theory
MIT License
3 stars 1 forks source link

Dracula Sometimes Stutters When Moving Around #2

Closed Weetsy closed 2 years ago

Weetsy commented 2 years ago

Problem

When moving the Dracula model around in the scene, it sometimes judders and returns back to normal.

Possible Causes

Transformation Race Condition

It's possible that transformation values are changed while the model is being rendered, or some model transformations happen when others don't in a rendered frame.

Weetsy commented 2 years ago

Fixed by commit 688434b95a62008101b1cb979803320d8ff11f30.