Blender  V3.3
Classes | Macros
bvh2.h File Reference
#include "bvh/bvh.h"
#include "bvh/params.h"
#include "util/types.h"
#include "util/vector.h"

Go to the source code of this file.

Classes

struct  BVHStackEntry
 
class  BVH2
 

Macros

#define BVH_NODE_SIZE   4
 
#define BVH_NODE_LEAF_SIZE   1
 
#define BVH_UNALIGNED_NODE_SIZE   7
 

Macro Definition Documentation

◆ BVH_NODE_LEAF_SIZE

#define BVH_NODE_LEAF_SIZE   1

Definition at line 17 of file bvh2.h.

◆ BVH_NODE_SIZE

#define BVH_NODE_SIZE   4

Definition at line 16 of file bvh2.h.

◆ BVH_UNALIGNED_NODE_SIZE

#define BVH_UNALIGNED_NODE_SIZE   7

Definition at line 18 of file bvh2.h.