Revision: | 1.2 |
Committed: | Tue Nov 20 17:12:41 2018 UTC (6 years, 5 months ago) by greg |
Branch: | MAIN |
CVS Tags: | rad5R4, rad5R3, HEAD |
Changes since 1.1: | +2 -4 lines |
Log Message: | Made illum part of permanent collection, so it gets tested in combined.rad |
# | User | Rev | Content |
---|---|---|---|
1 | greg | 1.2 | # RCSid $Id: glass.rif,v 1.1 2018/11/17 22:09:12 greg Exp $ |
2 | greg | 1.1 | # |
3 | # Simple version of space using glass illum for window | ||
4 | # | ||
5 | |||
6 | OCTREE = glass.oct | ||
7 | |||
8 | materials = basic.mat | ||
9 | scene = diorama_walls.rad rect_opening.rad front_cap.rad | ||
10 | scene = torus.rad | ||
11 | scene = sunset_sky.rad | ||
12 | greg | 1.2 | scene = glass_ill.rad |
13 | greg | 1.1 | |
14 | ZONE = I -8 0 0 5 0 3 | ||
15 | |||
16 | EXP = +3 | ||
17 | |||
18 | RES = 1024 | ||
19 | QUAL = Med | ||
20 | AMB = glass.amb | ||
21 | IND = 1 | ||
22 | VAR = Hi | ||
23 | DET = Low | ||
24 | PEN = True | ||
25 | |||
26 | render = @render.opt | ||
27 | |||
28 | view = def -vf inside.vf | ||
29 | view = fish -vf fish.vf -vts -vh 150 -vv 150 | ||
30 | view = up -vtl -vp -4 2.5 .2 -vu 1 0 0 -vd 0 0 1 -vh 2 -vv 2 |