shader integers
This commit is contained in:
parent
03e407c1eb
commit
039d6b2540
13 changed files with 17 additions and 18 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue