-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathcube.h
More file actions
35 lines (35 loc) · 723 Bytes
/
Copy pathcube.h
File metadata and controls
35 lines (35 loc) · 723 Bytes
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
// Generated automatically by convert_model.py on 09/04/2025, 10:26:24
//
// Model: cube.obj
// Scale: 100
//
Model_3D cube_m = {
8,
12,
&cube_p,
&cube_v,
};
Point8_3D cube_p[] = {
POINT8( -70, 70, 70 ),
POINT8( 70, 70, 70 ),
POINT8( 70, -70, 70 ),
POINT8( -70, -70, 70 ),
POINT8( -70, 70, -70 ),
POINT8( 70, 70, -70 ),
POINT8( 70, -70, -70 ),
POINT8( -70, -70, -70 ),
};
Vertice_3D cube_v[] = {
{ 1, 5, 4, 0xE0 },
{ 1, 4, 0, 0xE0 },
{ 1, 2, 6, 0x5C },
{ 1, 6, 5, 0x5C },
{ 3, 0, 4, 0x07 },
{ 3, 4, 7, 0x07 },
{ 1, 0, 3, 0xFC },
{ 1, 3, 2, 0xFC },
{ 6, 2, 3, 0xA3 },
{ 6, 3, 7, 0xA3 },
{ 5, 6, 7, 0x1F },
{ 5, 7, 4, 0x1F },
};