1
Fork 0

MariENB 1.2015.10.10

This commit is contained in:
Marisa the Magician 2019-04-07 17:24:28 +02:00
commit 0a52e01d58
7 changed files with 108 additions and 99 deletions

View file

@ -25,6 +25,18 @@ float cutoff
float UIMin = 0.0;
float UIMax = 1000000.0;
> = {999949.0};
float zNear
<
string UIName = "Near Z";
string UIWidget = "Spinner";
float UIMin = 0.0;
> = {0.05};
float zFar
<
string UIName = "Far Z";
string UIWidget = "Spinner";
float UIMin = 0.0;
> = {3098.0};
string str_dist = "Distortion Filters";
float distcha
<