-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathscene08_c.txt
More file actions
90 lines (79 loc) · 1.35 KB
/
scene08_c.txt
File metadata and controls
90 lines (79 loc) · 1.35 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
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 0.5 20 1
color 0.5 0.5 0.5
}
}
Background {
color 0.1 0.2 0.7
ambientLight 0.1 0.1 0.1
}
Materials {
numMaterials 4
PhongMaterial {
diffuseColor 0.2 0.8 0.2
specularColor 0.7 0.9 0.7
shininess 20
texture tex/head.bmp
}
PhongMaterial {
diffuseColor 0.2 0.8 0.2
specularColor 0.7 0.9 0.7
shininess 20
texture tex/body.bmp
}
PhongMaterial {
diffuseColor 0.2 0.8 0.2
specularColor 0.7 0.9 0.7
shininess 20
texture tex/feet.bmp
}
PhongMaterial {
diffuseColor 0.2 0.8 0.2
specularColor 0.7 0.9 0.7
shininess 20
}
}
Group {
numObjects 4
MaterialIndex 0
Transform {
YRotate 30
Translate 0.03 -0.0666 0
TriangleMesh {
obj_file tex/c2.obj
}
}
MaterialIndex 1
Transform {
YRotate 30
Translate 0.03 -0.0666 0
TriangleMesh {
obj_file tex/c1.obj
}
}
MaterialIndex 2
Transform {
YRotate 30
Translate 0.03 -0.0666 0
TriangleMesh {
obj_file tex/c3.obj
}
}
MaterialIndex 3
Plane {
normal 0 1 0
offset -2
}
}