Browse Source

add some files

main
forty-twoo 2 years ago
parent
commit
a7cf3915f8
  1. 4
      include/bvh.hpp

4
include/bvh.hpp

@ -1,8 +1,8 @@
#ifndef BVH_H_ #ifndef BVH_H_
#define BVH_H_ #define BVH_H_
#include<iostream> #include <iostream>
#include<tinynurbs/tinynurbs.h> #include <tinynurbs/tinynurbs.h>
//包围盒结构,存储盒子对角的两个点 //包围盒结构,存储盒子对角的两个点
typedef struct AABB typedef struct AABB

Loading…
Cancel
Save