Correct faces of axis

This commit is contained in:
PedroEdiaz
2024-10-17 22:28:22 -06:00
parent 9dabea34d2
commit 03d446cdaf
2 changed files with 7 additions and 10 deletions

View File

@@ -6,7 +6,6 @@
#undef F
#undef G
#undef H
#define A -2.0,-0.05,-0.05,
#define B -2.0,-0.05, 0.05,
#define C -2.0, 0.05,-0.05,
@@ -16,12 +15,12 @@
#define G 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,
A C E
G E D
G E C
E G F
H F G
@@ -37,5 +36,4 @@ narray_float_t d_axis =
E B A
B E F
};

View File

@@ -7,7 +7,6 @@ typedef void * mesh_t;
typedef float * quat_t;
typedef float * mat4_t;
typedef float narray_float_t[];
typedef unsigned char narray_u8_t[];
enum