Blender  V2.93
Classes | Macros
bvh2.h File Reference
#include "bvh/bvh.h"
#include "bvh/bvh_params.h"
#include "util/util_types.h"
#include "util/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 30 of file bvh2.h.

◆ BVH_NODE_SIZE

#define BVH_NODE_SIZE   4

Definition at line 29 of file bvh2.h.

◆ BVH_UNALIGNED_NODE_SIZE

#define BVH_UNALIGNED_NODE_SIZE   7

Definition at line 31 of file bvh2.h.