Probe: Irradiance Volume: Fix default clip start.

This commit is contained in:
Clément Foucault 2017-06-28 16:31:53 +02:00
parent 1982e724f4
commit 6d0dbd3169
1 changed files with 1 additions and 0 deletions

View File

@ -542,6 +542,7 @@ static int lightprobe_add_exec(bContext *C, wmOperator *op)
case LIGHTPROBE_TYPE_GRID:
probe->distinf = 0.3f;
probe->falloff = 1.0f;
probe->clipsta = 0.01f;
break;
case LIGHTPROBE_TYPE_PLANAR:
probe->distinf = 0.1f;