Correct faces of axis
This commit is contained in:
@@ -1,12 +1,11 @@
|
|||||||
#undef A
|
#undef A
|
||||||
#undef B
|
#undef B
|
||||||
#undef C
|
#undef C
|
||||||
#undef D
|
#undef D
|
||||||
#undef E
|
#undef E
|
||||||
#undef F
|
#undef F
|
||||||
#undef G
|
#undef G
|
||||||
#undef H
|
#undef H
|
||||||
|
|
||||||
#define A -2.0,-0.05,-0.05,
|
#define A -2.0,-0.05,-0.05,
|
||||||
#define B -2.0,-0.05, 0.05,
|
#define B -2.0,-0.05, 0.05,
|
||||||
#define C -2.0, 0.05,-0.05,
|
#define C -2.0, 0.05,-0.05,
|
||||||
@@ -16,15 +15,15 @@
|
|||||||
#define G 2.0, 0.05,-0.05,
|
#define G 2.0, 0.05,-0.05,
|
||||||
#define H 2.0, 0.05, 0.05,
|
#define H 2.0, 0.05, 0.05,
|
||||||
|
|
||||||
narray_float_t d_axis =
|
float d_axis[] =
|
||||||
{
|
{
|
||||||
3*3*2*6,
|
3*3*2*6,
|
||||||
|
|
||||||
A C E
|
A C E
|
||||||
G E D
|
G E C
|
||||||
|
|
||||||
E G F
|
E G F
|
||||||
H F G
|
H F G
|
||||||
|
|
||||||
F H B
|
F H B
|
||||||
D B H
|
D B H
|
||||||
@@ -35,7 +34,6 @@ narray_float_t d_axis =
|
|||||||
C D G
|
C D G
|
||||||
H G D
|
H G D
|
||||||
|
|
||||||
E B A
|
E B A
|
||||||
B E F
|
B E F
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ typedef void * mesh_t;
|
|||||||
typedef float * quat_t;
|
typedef float * quat_t;
|
||||||
typedef float * mat4_t;
|
typedef float * mat4_t;
|
||||||
|
|
||||||
typedef float narray_float_t[];
|
|
||||||
typedef unsigned char narray_u8_t[];
|
typedef unsigned char narray_u8_t[];
|
||||||
|
|
||||||
enum
|
enum
|
||||||
|
|||||||
Reference in New Issue
Block a user