ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/test/renders/spectral_objs.rad
Revision: 1.2
Committed: Thu Dec 14 00:57:05 2023 UTC (5 months, 3 weeks ago) by greg
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +37 -1 lines
Log Message:
test: Added test cases for new "specdata" and "specpict" primitives

File Contents

# User Rev Content
1 greg 1.2 # RCSid $Id: spectral_objs.rad,v 1.1 2023/11/17 21:22:27 greg Exp $
2 greg 1.1 #
3     # A few spectral test objects
4     #
5    
6     !xform -m gold -t 0 -1 0 ./vase.rad
7    
8     !xform -m gold_smat -t 0 1 0 ./vase.rad
9    
10     !xform -m copper_smat -t 1 0 0 ./vase.rad
11    
12     rainbow_smat polygon rainbow1
13     0
14     0
15     12
16     -6 .01 1
17     -2 .01 1
18     -2 .01 2
19     -6 .01 2
20    
21     rainbow_smat polygon rainbow2
22     0
23     0
24     12
25     -6 4.99 2
26     -2 4.99 2
27     -2 4.99 1
28     -6 4.99 1
29 greg 1.2
30     gold+copper_alloy cylinder gold+copper
31     0
32     0
33     7
34     -5 2 .5
35     -5 3 .5
36     .5
37    
38     gold+copper_alloy ring gold+copper_cap0
39     0
40     0
41     8
42     -5 2 .5
43     0 -1 0
44     0 .5
45    
46    
47     gold+copper_alloy ring gold+copper_cap1
48     0
49     0
50     8
51     -5 3 .5
52     0 1 0
53     0 .5
54    
55     # 4 -5 2.5 .5 .5
56    
57     mini_me_mat polygon mini_me
58     0
59     0
60     12
61     -3 3.25 .05
62     -4 3.25 .05
63     -4 1.75 .05
64     -3 1.75 .05