The game engine
- https://ahbejarano.gitbook.io/lwjglgamedev
- https://www.reddit.com/r/gamedev/comments/4yjhk5/voxel_engine_slow_chunk_loading/
Next up: Building chunks on region generate Getting the visible chunks around the camera and add their buffers to the scene Get the not visible chunks around the camera and remove their buffers from the scene
- Imports
- Class definition
- Class constants and static properties
- Class properties
- Abstract method declarations
- Static methods
- Constructors
- Overridden methods
- Regular methods