Oolite 1.91.0.7604-240417-a536cbe
Loading...
Searching...
No Matches
Classes | Macros | Enumerations
Octree.h File Reference
import "OOCocoa.h"
import "OOOpenGL.h"
import "OOMaths.h"
+ Include dependency graph for Octree.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Octree
 
class  OOOctreeBuilder
 
struct  OOOctreeBuilder::OOOctreeBuildState
 

Macros

#define OCTREE_MIN_HALF_WIDTH   1.0
 

Enumerations

enum  { kMaxOctreeDepth = 7 }
 

Macro Definition Documentation

◆ OCTREE_MIN_HALF_WIDTH

#define OCTREE_MIN_HALF_WIDTH   1.0

Definition at line 31 of file Octree.h.

Referenced by BuildSubOctree().

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
kMaxOctreeDepth 

Definition at line 86 of file Octree.h.

87{
88 kMaxOctreeDepth = 7 // 128x128x128
89};
@ kMaxOctreeDepth
Definition Octree.h:88