You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the example only renders when the variable lights_dirty is true. However, this makes the example hang since keyboard and mouse functionality are frame-based and refreshed only when a drawing is performed. You'd need to have at least some R.begin_drawing .. R.end_drawing in every loop cycle..
The text was updated successfully, but these errors were encountered:
Currently, the example only renders when the variable
lights_dirty
is true. However, this makes the example hang since keyboard and mouse functionality are frame-based and refreshed only when a drawing is performed. You'd need to have at least someR.begin_drawing .. R.end_drawing
in every loop cycle..The text was updated successfully, but these errors were encountered: