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