Revision: | 1.1 |
Committed: | Sat Nov 17 22:09:12 2018 UTC (6 years, 5 months ago) by greg |
Branch: | MAIN |
CVS Tags: | rad5R4, rad5R3, HEAD |
Log Message: | Created rendering tests |
# | User | Rev | Content |
---|---|---|---|
1 | greg | 1.1 | # RCSid $Id$ |
2 | # | ||
3 | # Space with trans for window | ||
4 | # | ||
5 | |||
6 | OCTREE = trans.oct | ||
7 | |||
8 | materials = basic.mat | ||
9 | scene = diorama_walls.rad rect_opening.rad front_cap.rad | ||
10 | scene = ballcompare.rad | ||
11 | scene = spotlights.rad | ||
12 | scene = rect_fixture.rad | ||
13 | scene = trans_pane.rad | ||
14 | scene = sunset_sky.rad | ||
15 | |||
16 | ZONE = I -8 0 0 5 0 3 | ||
17 | |||
18 | EXP = +1 | ||
19 | |||
20 | RES = 1024 | ||
21 | QUAL = Med | ||
22 | AMB = trans.amb | ||
23 | IND = 1 | ||
24 | VAR = Hi | ||
25 | DET = Low | ||
26 | PEN = True | ||
27 | |||
28 | render = @render.opt | ||
29 | |||
30 | view = def -vf inside.vf | ||
31 | view = fish -vf fish.vf |