-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathscene09_s.txt
More file actions
74 lines (67 loc) · 1.12 KB
/
scene09_s.txt
File metadata and controls
74 lines (67 loc) · 1.12 KB
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
PerspectiveCamera {
center 0 0.8 5
direction 0 0 -1
up 0 1 0
angle 30
}
Lights {
numLights 2
PointLight {
position 0.5 2 1
color 0.9 0.7 0.5
}
PointLight {
position 5 20 -1
color 0.3 0.3 0.3
}
}
Background {
color 0.1 0.2 0.7
ambientLight 0.1 0.1 0.1
}
Materials {
numMaterials 3
PhongMaterial {
diffuseColor 0.1 0.1 0.1
specularColor 0.3 0.3 0.3
shininess 25
texture tex/char.bmp
}
PhongMaterial {
diffuseColor 0.3 0.3 0.3
specularColor 0.3 0.3 0.3
shininess 25
texture tex/chicken.bmp
}
PhongMaterial {
diffuseColor 0.3 0.8 0.3
specularColor 0.3 0.3 0.3
shininess 25
}
}
Group {
numObjects 3
MaterialIndex 0
Transform {
YRotate 70
Scale 0.4 0.4 0.4
Translate 0 0.7 0
TriangleMesh {
obj_file tex/steve.obj
}
}
MaterialIndex 1
Transform {
YRotate 70
Scale 0.2 0.2 0.2
Translate -7.7 -1.0 0
TriangleMesh {
obj_file tex/chicken.obj
}
}
MaterialIndex 2
Plane {
normal 0 1 0
offset -2
}
}