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
- Fixed bug with dynamic direct sunlight and level of detailFeb 04, 2025
- Voxel Cone Tracing ExperimentFeb 04, 2025
- Dynamic direct sunlight working with level of detailFeb 01, 2025
- Improved dynamic direct sunlightJan 27, 2025
- Dynamic direct sunlightJan 26, 2025
- Previous folly and finally successJan 19, 2025
- Rasterized triangles are evil!Jan 10, 2025
- Procedurally Generated Blocks (Video)Jan 07, 2025
- Fog is working againJan 04, 2025
- Improved fragment/compute shading ratesJan 02, 2025
Leave a comment
Log in with itch.io to leave a comment.