Lots of graphics fixes.

This commit is contained in:
Justin Marshall
2026-04-23 22:07:20 -07:00
parent 7877bcb26c
commit fba147e7f8
8 changed files with 396 additions and 82 deletions
+2
View File
@@ -137,6 +137,8 @@ typedef struct srfTriangles_s {
struct vertCache_s * ambientCache; // idDrawVert
struct vertCache_s * lightingCache; // lightingCache_t
struct vertCache_s * shadowCache; // shadowCache_t
bool isSkeletal;
} srfTriangles_t;
typedef idList<srfTriangles_t *> idTriList;