-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcube.obj
More file actions
45 lines (44 loc) · 1.26 KB
/
cube.obj
File metadata and controls
45 lines (44 loc) · 1.26 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
# This file uses centimeters as units for non-parametric coordinates.
mtllib cube.mtl
g default
v -10.000000 -10.000000 -10.000000
v -10.000000 10.000000 -10.000000
v 10.000000 10.000000 -10.000000
v 10.000000 -10.000000 -10.000000
v -10.000000 -10.000000 10.000000
v 10.000000 -10.000000 10.000000
v 10.000000 10.000000 10.000000
v -10.000000 10.000000 10.000000
vn 0.000000 0.000000 -1.000000
vn 0.000000 0.000000 -1.000000
vn 0.000000 0.000000 -1.000000
vn 0.000000 0.000000 -1.000000
vn 0.000000 0.000000 1.000000
vn 0.000000 0.000000 1.000000
vn 0.000000 0.000000 1.000000
vn 0.000000 0.000000 1.000000
vn 0.000000 -1.000000 0.000000
vn 0.000000 -1.000000 0.000000
vn 0.000000 -1.000000 0.000000
vn 0.000000 -1.000000 0.000000
vn 1.000000 0.000000 0.000000
vn 1.000000 0.000000 0.000000
vn 1.000000 0.000000 0.000000
vn 1.000000 0.000000 0.000000
vn 0.000000 1.000000 0.000000
vn 0.000000 1.000000 0.000000
vn 0.000000 1.000000 0.000000
vn 0.000000 1.000000 0.000000
vn -1.000000 0.000000 0.000000
vn -1.000000 0.000000 0.000000
vn -1.000000 0.000000 0.000000
vn -1.000000 0.000000 0.000000
s off
g cube:Box001
usemtl initialShadingGroup
f 1//1 2//2 3//3 4//4
f 5//5 6//6 7//7 8//8
f 1//9 4//10 6//11 5//12
f 4//13 3//14 7//15 6//16
f 3//17 2//18 8//19 7//20
f 2//21 1//22 5//23 8//24