MariENB 1.2015.10.10
This commit is contained in:
parent
a5626ec457
commit
0a52e01d58
7 changed files with 108 additions and 99 deletions
|
|
@ -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
|
||||
<
|
||||
|
|
|
|||
Reference in a new issue