wip procgen
This commit is contained in:
parent
a653eae745
commit
79a678f162
18 changed files with 1317 additions and 127 deletions
|
|
@ -115,7 +115,14 @@ void pxl8_bsp_render_face(
|
|||
pxl8_gfx* gfx,
|
||||
const pxl8_bsp* bsp,
|
||||
u32 face_id,
|
||||
u32 color
|
||||
u32 texture_id
|
||||
);
|
||||
|
||||
void pxl8_bsp_render_solid(
|
||||
pxl8_gfx* gfx,
|
||||
const pxl8_bsp* bsp,
|
||||
pxl8_vec3 camera_pos,
|
||||
u32 texture_id
|
||||
);
|
||||
|
||||
void pxl8_bsp_render_wireframe(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue