ClintStaley / PhysicsCompetition

0 stars 0 forks source link

Fix problem where Bounce3DView looks odd when first started #7

Closed ClintStaley closed 3 years ago

ClintStaley commented 3 years ago

This issue may be due to delays in loading texture (an asynchronous action, note) and thus may need to be fixed by arranging for first render to occur after all texture is successfully loaded.

Pls check any proposed fix with Clint first. These timing bugs can be tricky and we want the code to remain well organized.

ClintStaley commented 3 years ago

Already subsumed under other bug