Miscellaneous Updates
Vorxel » Devlog
I'm currently working on moving the voxel volume level of detail mip map generation and voxel ambient occlusion adjacency bit optimization pre-calculations into compute shaders for much better performance over being done in C++ (in a single thread). I'll post a video when that's finished. After that, I'm going to work on dynamic lighting. In the meantime, here's a screenshot of tweaked cobblestone and mossy blocks. (Cobblestone also now tiles correctly with blocks of size 4x4x4 voxels or larger.)
Vorxel
Status | In development |
Author | Teknologicus |
Genre | Adventure |
Tags | Exploration, Open World, Voxel |
More posts
- Fixed bug with dynamic direct sunlight and level of detail14 days ago
- Voxel Cone Tracing Experiment14 days ago
- Dynamic direct sunlight working with level of detail17 days ago
- Improved dynamic direct sunlight22 days ago
- Dynamic direct sunlight23 days ago
- Previous folly and finally success30 days ago
- Rasterized triangles are evil!39 days ago
- Procedurally Generated Blocks (Video)42 days ago
- Fog is working again45 days ago
- Improved fragment/compute shading rates47 days ago
Comments
Log in with itch.io to leave a comment.
Awesome, looks great!
Thank you!
I'm considering adding block types with surface grooves (mortar lines) and indentations (darker spots in cobble stone or cracks in cracked stone blocks) where it would look good.
That would be cool.