diff options
| author | yum <yum.food.vr@gmail.com> | 2026-03-30 16:31:49 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2026-03-30 16:53:14 -0700 |
| commit | 46265149d719c0ebb61b0b72d9884f8bb5a76f4b (patch) | |
| tree | a61da0218c810aefb9e65f4ebc225d72a5b4f281 /data.cginc | |
| parent | 789ffb5a24550e24b540484a1d84b82cddc3a571 (diff) | |
Add tangent space normal debug view; rename gaussianize.py
Diffstat (limited to 'data.cginc')
| -rw-r--r-- | data.cginc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -31,6 +31,9 @@ struct Pbr { float cc_roughness_perceptual; float cc_strength; #endif +#if defined(_DEBUG_VIEW_TANGENT_SPACE_NORMALS) + float3 tangent_normal; +#endif }; struct LightCommon { |
