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