Update(2): ambient occlusions optimizations
Vorxel » Devlog
[See devlog entry Update: ambient occlusions optimizations]
With 3D graphics programming, it's always good to be able to visually verify something is working correctly, but with a performance optimization that produces visually identical results, other than the increased frames per second, it's not visually apparent the optimization is being applied. With the voxel-level ambient occlusion optimizations I wanted to see very clearly visually all voxels which don't have voxel-level ambient occlusion applied to respective sides, so I added one temporary line of code in the fragment shader to color said voxels sides magenta. Here are the results:
Vorxel
Status | In development |
Author | Teknologicus |
Genre | Adventure |
Tags | Exploration, Open World, Voxel |
More posts
- Improved dynamic direct sunlight3 days ago
- Dynamic direct sunlight4 days ago
- Previous folly and finally success11 days ago
- Rasterized triangles are evil!20 days ago
- Procedurally Generated Blocks (Video)23 days ago
- Fog is working again26 days ago
- Improved fragment/compute shading rates28 days ago
- Debugging variable compute shader rates33 days ago
- Deferred gbuffer rendering update34 days ago
- Deferred gbuffer rendering via compute shader ray marching output35 days ago
Leave a comment
Log in with itch.io to leave a comment.