Revision: | 1.4 |
Committed: | Mon Jul 20 16:22:26 2020 UTC (4 years, 9 months ago) by greg |
Branch: | MAIN |
Changes since 1.3: | +3 -1 lines |
Log Message: | test: improved test that was failing due to sampling misses |
# | Content |
---|---|
1 | # RCSid $Id: inst.rif,v 1.3 2018/12/04 00:32:20 greg Exp $ |
2 | # |
3 | # Test of instances |
4 | # |
5 | |
6 | OCTREE = inst.oct |
7 | |
8 | materials = basic.mat |
9 | scene = diorama_walls.rad closed_end.rad front_cap.rad |
10 | scene = porsches.rad |
11 | scene = spotlights.rad rect_fixture.rad glowbulb.rad |
12 | |
13 | objects = porsche.octf |
14 | |
15 | ZONE = I -8 0 0 5 0 3 |
16 | |
17 | EXP = +1 |
18 | |
19 | RES = 1024 |
20 | QUAL = Med |
21 | AMB = inst.amb |
22 | IND = 1 |
23 | VAR = Hi |
24 | DET = Low |
25 | PEN = True |
26 | |
27 | render = @render.opt |
28 | |
29 | rpict = -ps 1 |
30 | |
31 | view = def -vf inside.vf |
32 | view = fish -vf fish.vf |