| Revision: | 1.1 |
| Committed: | Sat Nov 17 22:09:12 2018 UTC (6 years, 11 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 | # Test of mirror type and virtual light sources | ||
| 4 | # | ||
| 5 | |||
| 6 | OCTREE = mirror.oct | ||
| 7 | |||
| 8 | materials = basic.mat | ||
| 9 | scene = diorama_walls.rad closed_end.rad front_cap.rad | ||
| 10 | scene = glass_pane.rad antimatter_portal.rad | ||
| 11 | scene = bubble_in_cube.rad | ||
| 12 | scene = mirror.rad | ||
| 13 | scene = sunset_sky.rad | ||
| 14 | |||
| 15 | ZONE = I -8 0 0 5 0 3 | ||
| 16 | |||
| 17 | EXP = +3 | ||
| 18 | |||
| 19 | RES = 1024 | ||
| 20 | QUAL = Med | ||
| 21 | AMB = mirror.amb | ||
| 22 | IND = 1 | ||
| 23 | VAR = Hi | ||
| 24 | DET = Low | ||
| 25 | PEN = False | ||
| 26 | |||
| 27 | render = @render.opt | ||
| 28 | |||
| 29 | view = fish -vf fish.vf |