diff options
| author | yum <yum.food.vr@gmail.com> | 2024-05-11 14:35:59 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2024-05-11 14:35:59 -0700 |
| commit | 47d32c9b5a4c809b10b3c198089cd4992281fa36 (patch) | |
| tree | 45dffa4353c2ac95f654b4d325c84f28cc6aa1bf /globals.cginc | |
| parent | 6eed98ff4e57326ebf7a41f0c180635a7bcac626 (diff) | |
Make flat normals adjustable
Diffstat (limited to 'globals.cginc')
| -rw-r--r-- | globals.cginc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/globals.cginc b/globals.cginc index a66f639..aa23216 100644 --- a/globals.cginc +++ b/globals.cginc @@ -35,6 +35,7 @@ float _Max_Brightness; float _Alpha_Cutoff; float _Flatten_Mesh_Normals; +float _Flatten_Mesh_Normals_Str; float _Confabulate_Normals; float _Outline_Width; |
