diff options
-rw-r--r-- | neofx/types.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/neofx/types.h b/neofx/types.h index 130f0f1..add2c88 100644 --- a/neofx/types.h +++ b/neofx/types.h @@ -16,12 +16,8 @@ typedef struct _TEXCOORDS { } TEXCOORDS;
typedef struct _TRIANGLE {
- unsigned char type;
- unsigned char visible;
VERTEX vertices[3];
VECTOR normal;
- int texture;
- TEXCOORDS texcoords[3];
} TRIANGLE;
#pragma pack(pop)
|