ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/test/renders/ballcompare.rad
Revision: 1.1
Committed: Sat Nov 17 22:09:12 2018 UTC (6 years, 5 months ago) by greg
Branch: MAIN
CVS Tags: rad5R4, rad5R3, HEAD
Log Message:
Created rendering tests

File Contents

# User Rev Content
1 greg 1.1 # RCSid $Id$
2     #
3     # Four balls made of plastic2, metal2, plasfunc, and metfunc
4     # Mixtext used to label each
5     #
6    
7     void plastic white_mat
8     0
9     0
10     5 .9 .9 .9 0 0
11    
12     void plastic black_shiny
13     0
14     0
15     5 .01 .01 .01 .04 .05
16    
17     void plastic2 plas2_mat
18     4 0 0 1 .
19     0
20     6 .7 .2 .8 .08 .2 .08
21    
22     void plasfunc plasfunc_mat
23     2 absdf aniso.cal
24     0
25     9 .7 .2 .8 .08 .2 .08 0 0 1
26    
27     void metal2 met2_mat
28     4 0 1 0 .
29     0
30     6 .1 .7 .3 .9 .1 .03
31    
32     void metfunc metfunc_mat
33     2 absdf aniso.cal
34     0
35     9 .1 .7 .3 .9 .1 .03 0 1 0
36    
37     plas2_mat sphere plas2_ball
38     0
39     0
40     4 -4 2 2 .4
41    
42     void mixtext plas2_text
43     5 black_shiny void helvet.fnt . plastic2
44     0
45     10
46     -4 1.05 2.05
47     0 .05 0
48     0 0 -.1
49     -.2
50    
51     plas2_text polygon plas2_label
52     0
53     0
54     12
55     -4 1.5 2.1
56     -4 1.5 1.9
57     -4 1 1.9
58     -4 1 2.1
59    
60     plasfunc_mat sphere plasfunc_ball
61     0
62     0
63     4 -4 3 2 .4
64    
65     void mixtext plasf_text
66     5 void white_mat helvet.fnt . plasfunc
67     0
68     10
69     -4 3.55 2.05
70     0 .05 0
71     0 0 -.1
72     -.2
73    
74     plasf_text polygon plasf_label
75     0
76     0
77     12
78     -4 4 2.1
79     -4 4 1.9
80     -4 3.5 1.9
81     -4 3.5 2.1
82    
83     met2_mat sphere met2_ball
84     0
85     0
86     4 -4 2 1 .4
87    
88     void mixtext met2_text
89     5 white_mat black_shiny helvet.fnt . metal2
90     0
91     10
92     -4 1.05 1.05
93     0 0.05 0
94     0 0 -0.1
95     -0.2
96    
97     met2_text polygon met2_label
98     0
99     0
100     12
101     -4 1.5 1.1
102     -4 1.5 0.9
103     -4 1 0.9
104     -4 1 1.1
105    
106     metfunc_mat sphere metfunc_ball
107     0
108     0
109     4 -4 3 1 .4
110    
111     void mixtext metf_text
112     5 black_shiny white_mat helvet.fnt . metfunc
113     0
114     10
115     -4 3.55 1.05
116     0 0.05 0
117     0 0 -0.1
118     -0.2
119    
120     metf_text polygon metf_label
121     0
122     0
123     12
124     -4 4 1.1
125     -4 4 0.9
126     -4 3.5 0.9
127     -4 3.5 1.1