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
{{ message }}
This repository has been archived by the owner on Mar 29, 2019. It is now read-only.
I don't know if this is strictly necessary since we are dealing with voxels, but a scene manager might be a good idea, specially when we want to draw a lot of stuff on the screen. The chunk manager in itself is a kind of scene manager, but it can only help managing chunks of voxels, which won't always (most of the time) be the case. This is not necessary for other systems to work well, but might be a good addition.
The text was updated successfully, but these errors were encountered:
I don't know if this is strictly necessary since we are dealing with voxels, but a scene manager might be a good idea, specially when we want to draw a lot of stuff on the screen. The chunk manager in itself is a kind of scene manager, but it can only help managing chunks of voxels, which won't always (most of the time) be the case. This is not necessary for other systems to work well, but might be a good addition.
The text was updated successfully, but these errors were encountered: