From a7cf3915f8175ba6c532e2adaf2e55a58939c266 Mon Sep 17 00:00:00 2001 From: forty-twoo <1013417276@qq.com> Date: Thu, 24 Nov 2022 20:05:22 +0800 Subject: [PATCH] add some files --- include/bvh.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/bvh.hpp b/include/bvh.hpp index 54770d4..7599f9d 100644 --- a/include/bvh.hpp +++ b/include/bvh.hpp @@ -1,8 +1,8 @@ #ifndef BVH_H_ #define BVH_H_ -#include -#include +#include +#include //包围盒结构,存储盒子对角的两个点 typedef struct AABB