Dandelion 1.1.1
A light-weight 3D builder for educational usage
载入中...
搜索中...
未找到
bvh.h 文件参考
#include <vector>
#include <memory>
#include <algorithm>
#include "../src/platform/gl.hpp"
#include "./ray.h"
#include "aabb.h"

浏览该文件的源代码.

struct  BVHNode
 表示的是BVH建立的树中的节点 更多...
 
struct  SortNode
 用于在BVH划分左右子树时作为参与排序的节点 更多...
 
class  BVH