clean up worldgen and remove verbose logging

This commit is contained in:
asrael 2025-11-11 21:24:53 -06:00
parent 4d84122ef3
commit 34e534b6f2
11 changed files with 359 additions and 174 deletions

View file

@ -20,6 +20,7 @@ typedef struct pxl8_bsp_plane {
typedef struct pxl8_bsp_texinfo {
u32 miptex;
char name[16];
f32 u_offset;
pxl8_vec3 u_axis;
@ -121,11 +122,10 @@ void pxl8_bsp_render_face(
u32 texture_id
);
void pxl8_bsp_render_solid(
void pxl8_bsp_render_textured(
pxl8_gfx* gfx,
const pxl8_bsp* bsp,
pxl8_vec3 camera_pos,
u32 texture_id
pxl8_vec3 camera_pos
);
void pxl8_bsp_render_wireframe(