diff options
| author | xolatile | 2025-08-05 15:27:57 +0200 |
|---|---|---|
| committer | xolatile | 2025-08-05 15:27:57 +0200 |
| commit | 9234eeb1d2954a3dae6c84ffa8ed8643953272c5 (patch) | |
| tree | f2253bac389d743ba8582139901c782f7afde4cc /src/engine/octa.h | |
| parent | a2a16b85572b1d28b0cd4901ea7348750732a740 (diff) | |
| download | xolatile-badassbug-9234eeb1d2954a3dae6c84ffa8ed8643953272c5.tar.xz xolatile-badassbug-9234eeb1d2954a3dae6c84ffa8ed8643953272c5.tar.zst | |
Experimental MD3 to OBJ to IQM converter and code removal, shit compiles...
Diffstat (limited to 'src/engine/octa.h')
| -rw-r--r-- | src/engine/octa.h | 12 |
1 files changed, 2 insertions, 10 deletions
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) |
