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
Dispose of any mesh, instead of current mesh -- allows for dynamically switching mesh type
With this change you can now change in-game (e.g. with voxel-debug):
game.meshType = 'surfaceMesh'
game.meshType = 'wireMesh'
and explore new chunks, then the old meshes will be properly cleaned up (vs crashing).
0 commit comments