add more checks in triangle raster code
This commit is contained in:
parent
79a678f162
commit
9550d34e65
7 changed files with 357 additions and 260 deletions
|
|
@ -37,6 +37,9 @@ typedef struct pxl8_bsp_face {
|
|||
|
||||
u8 styles[4];
|
||||
u16 texinfo_id;
|
||||
|
||||
pxl8_vec3 aabb_min;
|
||||
pxl8_vec3 aabb_max;
|
||||
} pxl8_bsp_face;
|
||||
|
||||
typedef struct pxl8_bsp_node {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue