From 9234eeb1d2954a3dae6c84ffa8ed8643953272c5 Mon Sep 17 00:00:00 2001 From: xolatile Date: Tue, 5 Aug 2025 15:27:57 +0200 Subject: Experimental MD3 to OBJ to IQM converter and code removal, shit compiles... --- src/engine/octa.h | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'src/engine/octa.h') diff --git a/src/engine/octa.h b/src/engine/octa.h index 41e315e..9452ad0 100644 --- a/src/engine/octa.h +++ b/src/engine/octa.h @@ -2,18 +2,11 @@ struct elementset { - ushort texture, lmid, envmap; + ushort texture, lmid; uchar dim, layer; ushort length[2], minvert[2], maxvert[2]; }; -enum -{ - EMID_NONE = 0, - EMID_CUSTOM, - EMID_RESERVED -}; - struct materialsurface { ivec o; @@ -28,7 +21,6 @@ struct materialsurface union { entity *light; - ushort envmap; uchar ends; }; }; @@ -229,7 +221,7 @@ struct undoblock // undo header, all data sits in payload }; extern cube *worldroot; // the world data. only a ptr to 8 cubes (ie: like cube.children above) -extern int wtris, wverts, vtris, vverts, glde, gbatches, rplanes; +extern int wtris, wverts, vtris, vverts, glde, gbatches; extern int allocnodes, allocva, selchildcount, selchildmat; const uint F_EMPTY = 0; // all edges in the range (0,0) -- cgit v1.2.3