ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/test/test data/xform_1.dat
Revision: 1.1
Committed: Sun Dec 7 20:40:51 2003 UTC (20 years, 4 months ago) by schorsch
Branch: MAIN
CVS Tags: rad5R4, rad5R2, rad4R2P2, rad5R0, rad5R1, rad3R7P2, rad3R7P1, rad4R2, rad4R1, rad4R0, rad3R6, rad3R6P1, rad3R8, rad3R9, rad4R2P1, rad5R3, HEAD
Log Message:
First attempt at testing framework.

File Contents

# Content
1 ### lights (light, illum, glow)
2
3 void light light.def
4 0
5 0
6 3 100.0 100.0 100.0
7
8 void spotlight spotlight.def
9 0
10 0
11 7 100.0 100.0 100.0 50.0 0.0 0.0 0.1
12
13 void illum illum.def
14 0
15 0
16 3 100.0 100.0 100.0
17
18 void glow glow.def
19 0
20 0
21 4 100.0 100.0 100.0 10.0
22
23
24 ### materials
25
26 void plastic plastic.def
27 0
28 0
29 5 0.7 0.7 0.7 0.0 0.0
30
31 void plastic2 plastic2.def
32 4 ux uy uz test.cal
33 0
34 6 0.7 0.7 0.7 0.0 0.0 0.0
35
36 void plasfunc plasfunc.def
37 2 refl test.cal
38 0
39 4 0.7 0.7 0.7 0.0
40
41 void plasdata plasdata.def
42 4 func default.dat test.cal x1
43 0
44 4 0.7 0.7 0.7 0.0
45
46
47 void metal metal.def
48 0
49 0
50 5 0.7 0.7 0.7 0.0 0.0
51
52 void metal2 metal2.def
53 4 ux uy uz test.cal
54 0
55 6 0.7 0.7 0.7 0.0 0.0 0.0
56
57 void metfunc metfunc.def
58 2 refl test.cal
59 0
60 4 0.7 0.7 0.7 0.0
61
62 void metdata metdata.def
63 4 func default.dat test.cal x1
64 0
65 4 0.7 0.7 0.7 0.0
66
67
68 void trans trans.def
69 0
70 0
71 7 0.7 0.7 0.7 0.0 0.0 1.0 0.5
72
73 void trans2 trans2.def
74 4 ux uy uz test.cal
75 0
76 8 0.7 0.7 0.7 0.0 0.0 0.0 1.0 0.5
77
78 void transfunc transfunc.def
79 2 brtd test.cal
80 0
81 6 0.7 0.7 0.7 0.0 1.0 0.5
82
83 void transdata transdata.def
84 4 func default.dat test.cal x1
85 0
86 6 0.7 0.7 0.7 0.0 1.0 0.5
87
88
89 void mirror mirror.def
90 0
91 0
92 3 0.85 0.85 0.85
93
94 void prism1 prism1.def
95 5 coef1 dx1 dy1 dz1 prism.cal
96 0
97 4 1.5 0.012 0.012 0.0
98
99 void prism2 prism2.def
100 9 coef1 dx1 dy1 dz1 coef2 dx2 dy2 dz2 prism.cal
101 0
102 4 1.5 0.01 0.00866 0.005
103
104 void mist mist.def
105 0
106 0
107 0
108
109
110 void dielectric dielectric.def
111 0
112 0
113 5 0.8 0.8 0.8 1.5 0.0
114
115 void interface interface.def
116 0
117 0
118 8 0.85 0.85 0.85 1.5 0.85 0.85 0.85 1.5
119
120 void glass glass.def
121 0
122 0
123 3 0.7 0.7 0.7
124
125
126 void BRTDfunc BRTDfunc.def
127 10 rrefl grefl brefl
128 rtrns gtrns btrns
129 rbrtd gbrtd bbrtd
130 test.cal
131 0
132 9 0.1 0.2 0.3
133 0.4 0.5 0.6
134 0.7 0.8 0.9
135
136
137 void antimatter antimatter.def
138 1 default_material
139 0
140 0
141
142
143
144 ### textures
145
146 void texfunc texfunc.def
147 4 xpert ypert zpert test.cal
148 0
149 0
150
151 void texdata texdata.def
152 8 xfunc yfunc zfunc default.dat default.dat default.dat test.cal x0
153 0
154 0
155
156
157
158 ### patterns
159
160 void colorfunc colorfunc.def
161 4 red green blue test.cal
162 0
163 0
164
165 void brightfunc brightfunc.def
166 2 refl test.cal
167 0
168 0
169
170 void colordata colordata.def
171 8 rfunc gfunc bfunc default.dat default.dat default.dat test.cal x0
172 0
173 0
174
175 void brightdata brightdata.def
176 4 func default.dat test.cal x0
177 0
178 0
179
180 void colorpict colorpict.def
181 7 rfunc gfunc bfunc default.pic test.cal u v
182 0
183 0
184
185 void colortext colortext.def
186 9 helvet.fnt . this is a default line of text
187 0
188 16 10 10 10
189 1 0 0
190 0 -1 0
191 .1 .1 .1
192 .8 .8 .8
193 .3
194
195 void brighttext brighttext.def
196 9 helvet.fnt . this is a default line of text
197 0
198 12 10 10 10
199 1 0 0
200 0 -1 0
201 .1 .8 .3
202
203
204 ### mixtures
205
206 void mixfunc mixfunc.def
207 4 default_material default_material func test.cal
208 0
209 0
210
211 void mixdata mixdata.def
212 8 default_material default_material func default.dat test.cal x0 xy x2
213 0
214 0
215
216 void mixpict mixpict.def
217 7 default_material default_material func default.pic test.cal u v
218 0
219 0
220
221 void mixtext mixtext.def
222 11 default_material default_material helvet.fnt . this is a default line of text
223 0
224 10 10 10 10
225 1 0 0
226 0 -1 0
227 .3
228