Blender V2.61 - r43446
Classes | Defines

bvh.h File Reference

#include "bvh_params.h"
#include "util_string.h"
#include "util_types.h"
#include "util_vector.h"

Go to the source code of this file.

Classes

struct  PackedBVH
class  BVH
class  RegularBVH
class  QBVH

Defines

#define BVH_NODE_SIZE   4
#define BVH_QNODE_SIZE   8
#define BVH_ALIGN   4096
#define TRI_NODE_SIZE   3

Define Documentation

#define BVH_ALIGN   4096

Definition at line 40 of file intern/cycles/bvh/bvh.h.

#define BVH_NODE_SIZE   4
#define BVH_QNODE_SIZE   8
#define TRI_NODE_SIZE   3

Definition at line 41 of file intern/cycles/bvh/bvh.h.

Referenced by BVH::pack_triangles().