Update(2): ambient occlusions optimizations
Hantverk'n » 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:
Hantverk'n
Status | In development |
Author | Teknologicus |
Genre | Adventure |
Tags | Exploration, Open World, Voxel |
More posts
- Voxel-level ambient occlusion optimization bits generation via compute shader22 days ago
- Image rotation via shearing27 days ago
- Rotation without rotating28 days ago
- Voxel volume mipmaps generation via compute shader29 days ago
- Dynamic global illumination methods41 days ago
- More ambient occlusions optimizations68 days ago
- Procedurally generated grooved, cracked brick blocks71 days ago
- Procedurally generated cobblestone blocks with surface indentations71 days ago
- Procedurally generated mortar grooved brick blocks72 days ago
- Testing other colors of procedurally generated mushrooms76 days ago
Leave a comment
Log in with itch.io to leave a comment.