-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscene2_16_t_scale.txt
101 lines (91 loc) · 1.54 KB
/
scene2_16_t_scale.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
OrthographicCamera {
center 0 0 5
direction 0 0 -1
up 0 1 0
size 5.5
}
Lights {
numLights 1
DirectionalLight {
direction -0.5 -0.5 -1
color 0.5 0.5 0.5
}
}
Background {
color 0 0 0
ambientLight 0.5 0.5 0.5
}
Materials {
numMaterials 6
Material {
diffuseColor 1 0 0
}
Material {
diffuseColor 0 1 0
}
Material {
diffuseColor 0 0 1
}
Material {
diffuseColor 0 1 1
}
Material {
diffuseColor 1 0 1
}
Material {
diffuseColor 1 1 0
}
}
Group {
numObjects 6
MaterialIndex 3
Transform {
Translate -1.25 -1.25 -2
Scale 5 5 5
Sphere {
center 0 0 0
radius 0.25
}
}
MaterialIndex 0
Transform {
Translate -1.5 1.5 0
Scale 2 2 2
Sphere {
center 0 0 0
radius 0.5
}
}
MaterialIndex 1
Sphere {
center 0 0 0
radius 1
}
MaterialIndex 2
Transform {
Translate 1.5 -1.5 0
Scale 0.5 0.5 0.5
Sphere {
center 0 0 0
radius 2
}
}
MaterialIndex 4
Transform {
Translate 1.25 1.25 -2
Scale 5 5 5
Sphere {
center 0 0 0
radius 0.25
}
}
MaterialIndex 5
Transform {
Translate 0 0 1.6
Scale 0.5 0.5 0.5
Sphere {
center 0 0 0
radius 1
}
}
}