An octree is a tree data structure in which each internal node has exactly eight children. Octrees are most often used to partition a three dimensional space by recursively subdividing it into eight octants. Octrees are the three-dimensional analog of quadtrees. The name is formed from oct + tree, but note that it is normally written "octree" with only one "t". Octrees are often used in 3D graphics and 3D game engines.
Each node in an octree subdivides the space it represents into eight octants. In a point region (PR) octree, the node stores an explicit 3-dimensional point, which is the "center" of the subdivision for that node; the point defines one of the corners for each of the eight children. In a matrix based (MX) octree, the subdivision point is implicitly the center of the space the node represents. The root node of a PR octree can represent infinite space; the root node of an MX octree must represent a finite bounded space so that the implicit centers are well-defined. Note that Octrees are not the same as k-d trees: k-d trees split along a dimension and octrees split around a point. Also k-d trees are always binary, which is not the case for octrees. By using a depth-first search the nodes are to be traversed and only required surfaces are to be viewed.
Without you, without you
Thenights are long, cold dark
Without you, without you, I'm yearning
Foryour sinful touch
Far away we will find our own way
In decay we will fade into the light
I know you're always with me
Together just you and me
I know you're right beside me
The Ghost Within Me
I know you're always near me
Forever we will always be
I feel deep inside of me
The Ghost Within my Heart
Without you, without you, I feel so empty inside
Without you, without you, I walk into the endless
Night
Far away we will find our own way
In decay we will fade into the light
I know you're always with me
Together just you and me
I know you're right beside me
The Ghost Within Me
I know you're always near me
Forever we will always be
I feel deep inside of me
The Ghost Within my Heart
Far away from the lives we used to know