X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fgeom.h;h=7f71094cd4c9d72afec95d043abc38bab6ccded8;hb=d2894c1a2380cee76476d63e4800188dcbc121f8;hp=50784a4bcc0281252dafa93fa43357d3ab1a5688;hpb=92fb08c674a95e1b14de3dc21c718444be91aac5;p=cyberay diff --git a/src/geom.h b/src/geom.h index 50784a4..7f71094 100644 --- a/src/geom.h +++ b/src/geom.h @@ -26,9 +26,7 @@ struct bvhnode { struct triangle *faces; int num_faces; - struct bvhnode *next; - struct bvhnode *sub; - int num_sub; + struct bvhnode *left, *right; }; struct rayhit {