shader integers

This commit is contained in:
Crispy 2023-09-22 21:24:21 +02:00
parent 03e407c1eb
commit 039d6b2540
13 changed files with 17 additions and 18 deletions

View file

@ -6,7 +6,7 @@
_SunPos ("Sun position", Vector) = (8, 4, 2)
[Header(Raymarcher Properties)]
_MaxSteps ("Max steps", Int) = 256
_MaxSteps ("Max steps", Integer) = 256
_MaxDist ("Max distance", Float) = 256
_SurfDist ("Surface distance threshold", Range(0.00001, 0.05)) = 0.001

View file

@ -6,7 +6,7 @@
_SunPos ("Sun position", Vector) = (8, 4, 2)
[Header(Raymarcher Properties)]
_MaxSteps ("Max steps", Int) = 256
_MaxSteps ("Max steps", Integer) = 256
_MaxDist ("Max distance", Float) = 256
_SurfDist ("Surface distance threshold", Range(0.00001, 0.05)) = 0.001