Add block size change to changelog

master
Marc Gilleron 2021-04-18 01:01:03 +01:00
parent 21ac557a20
commit 039ed2a779
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ Ongoing development
- Generators are no longer limited to a single background thread - Generators are no longer limited to a single background thread
- Added `VoxelStreamSQLite`, allowing to save volumes as a single SQLite database - Added `VoxelStreamSQLite`, allowing to save volumes as a single SQLite database
- Implemented `copy` and `paste` for `VoxelToolTerrain` - Implemented `copy` and `paste` for `VoxelToolTerrain`
- Added ability to double block size used for meshes and instancing, improving rendering speed at the cost of slower modification
- Editor - Editor
- Streaming/LOD can be set to follow the editor camera instead of being centered on world origin. Use with caution, fast big movements and zooms can cause lag - Streaming/LOD can be set to follow the editor camera instead of being centered on world origin. Use with caution, fast big movements and zooms can cause lag