X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=scene.h;h=6f7c28cbe63b3ac4a0bfd1e6feed6eab22a45f40;hb=3bb0287d544a4cb75de9afe2927ac8e946f3a18e;hp=b76aaee475320ab24a63a3130161de02319539fe;hpb=a6e1ee0f51aa5570b20aad658365dec896f8c9b8;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/scene.h b/scene.h index b76aaee..6f7c28c 100644 --- a/scene.h +++ b/scene.h @@ -6,9 +6,6 @@ #include "bvh.h" typedef struct scene scene; -#if 0 -typedef struct bvh_node bvh_node; -#endif struct scene { @@ -17,17 +14,7 @@ struct scene model_vert *verts; u32 *indices; -#if 0 - struct - { - bvh_node *nodes; - u32 node_count; - } - bvh; -#else bh_tree bhtris; -#endif - u32 vertex_count, indice_count, vertex_cap,