This commit is contained in:
Stefan Dresselhaus
2014-10-21 21:40:48 +02:00
commit 66e7d475d2
39 changed files with 95841 additions and 0 deletions

13471
scenes/toon_faces/confused.off Normal file

File diff suppressed because it is too large Load Diff

14911
scenes/toon_faces/kiss.off Normal file

File diff suppressed because it is too large Load Diff

14254
scenes/toon_faces/neutral.off Normal file

File diff suppressed because it is too large Load Diff

11746
scenes/toon_faces/puff.off Normal file

File diff suppressed because it is too large Load Diff

13588
scenes/toon_faces/sad.off Normal file

File diff suppressed because it is too large Load Diff

17236
scenes/toon_faces/smile.off Normal file

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

View File

@ -0,0 +1,25 @@
# camera: eye-point, look-at-point, up, fovy, width, height
camera 0 16 50 0 12 -1 0 1 0 30 600 300
# recursion depth
depth 0
# background color
background 0.5 0.7 1.0
# global ambient light
ambience 0.2 0.2 0.2
# light: position and color
light 5 20 0 1.0 1.0 1.0 25
# meshes: filename, shading, material (ambient, diffuse, specular, shininess)
mesh neutral.off PHONG 0.2 0.2 0.2 0.9 0.9 0.4 1.0 1.0 1.0 30.0 0.0
mesh sad.off PHONG 0.2 0.2 0.2 0.9 0.5 0.1 1.0 1.0 1.0 30.0 0.0
mesh confused.off PHONG 0.2 0.2 0.2 0.9 0.2 0.2 1.0 1.0 1.0 30.0 0.0
mesh smile.off PHONG 0.2 0.2 0.2 0.2 0.2 0.7 1.0 1.0 1.0 30.0 0.0
mesh kiss.off PHONG 0.2 0.2 0.2 0.7 0.2 0.7 1.0 1.0 1.0 30.0 0.0
mesh puff.off PHONG 0.2 0.2 0.2 0.2 0.7 0.7 1.0 1.0 1.0 30.0 0.0
# planes: center, normal, material
plane 0 0 0 0 1 0 0.2 0.9 0.2 0.2 0.9 0.2 0.0 0.0 0.0 100.0 0.1