Terrain Integrated into latest PBR code
I'm working terrain rendering code back into the new PBR code from Khronos that was discussed in my last blog article. I decided to include metalness / roughness lookups, which could be useful for snow, ice, lava, slick rocks, water, and mud. There's no DOF used in this shot, that's just the surface roughness causing the reflections to look soft.
SSR is actually integrated into the PBR reflection code, overriding the cubemap lookup on pixels it is available on, with proper handling of surface roughness and metalness. This produces much better results than most renderers that just treat it as a post-processing effect that gets added on top of whatever else is already there.
- 5
Recommended Comments
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.