branchsbox/shader-stagingcancel

8 Commits over 0 Days - ∞cph!

6 Days Ago
Update shaders Gamma correct samples during accumulated ggx, makes highlight less blown out and makes the cubemap more vibrant Start moving same fast ggx filtering code to cpu for resourcecompiler also for consistency
6 Days Ago
Adjustments to cubemap normalization, make cubemap feathering happen from center of cubemap, and in world units, rather than inner, math is much simpler Clamp cube box parallax projection to actual bounds box the box, cleanup Our both our envmap filters uses linear roughness instead of sqrt roughness Gizmo for scale in envmaps, adjust default for feathering in world units Sort envmaps also by size, giving higher priority to smaller ones if it's in a draw condition tiled light culling with edge feathering additions vLevel isn't const Update path of build-shaders, upload all shaders as artifacts Fix EnvironmentMapLight::GetEnvMapColor using deprecated variable
8 Days Ago
Fix EnvironmentMapLight::GetEnvMapColor using deprecated variable
8 Days Ago
Update path of build-shaders, upload all shaders as artifacts
8 Days Ago
Adjustments to cubemap normalization, make cubemap feathering happen from center of cubemap, and in world units, rather than inner, math is much simpler Clamp cube box parallax projection to actual bounds box the box, cleanup Our both our envmap filters uses linear roughness instead of sqrt roughness Gizmo for scale in envmaps, adjust default for feathering in world units Sort envmaps also by size, giving higher priority to smaller ones if it's in a draw condition tiled light culling with edge feathering additions vLevel isn't const Update shaders, might get stumped with AO changes but i'll just build them back
9 Days Ago
Update shaders, might get stumped with AO changes but i'll just build them back
10 Days Ago
vLevel isn't const
10 Days Ago
Adjustments to cubemap normalization, make cubemap feathering happen from center of cubemap, and in world units, rather than inner, math is much simpler Clamp cube box parallax projection to actual bounds box the box, cleanup Our both our envmap filters uses linear roughness instead of sqrt roughness Gizmo for scale in envmaps, adjust default for feathering in world units Sort envmaps also by size, giving higher priority to smaller ones if it's in a draw condition tiled light culling with edge feathering additions