Sparse Voxel Tetrahexacontree rendering!
Nostle » Devlog
I managed to get my voxel renderer working!
Brickmaps were failing me for speed and memory size, so I switched to tree's.
Specifically Sparse Voxel tetrahexacontrees (64tree or contree for short). Contree's are like octrees except they subdivide into 4 per axis instead of 2, or 64 instead of 8.
They are faster and more efficient for games, as there is less up and down tree traversal.
Anyway, here is the current state of the engine:
Nostle
Survive! Build! Conquer! with friends!
Status | In development |
Author | MountainLabs |
Genre | Survival, Adventure |
Tags | 3D, Atmospheric, Exploration, Fantasy, First-Person, Procedural Generation, Voxel |
More posts
- Hyperbolic Voxel Sphere61 days ago
- Devlog 001 "Anticipation"68 days ago
- Bevy and Path Traced lighting soon enough!!Oct 02, 2024
Leave a comment
Log in with itch.io to leave a comment.