Re: Game world and implementation

Okay, so for example if you have fifteen identical trees, then fifteen leaf nodes in the octree correspond to the bottom of a tree. In turn, each of those nodes points to a single block object which says “I’m the bottom of a tree”.

And so the maximum number of block objects which may have to exist is equal to the maximum number of permutations of valid block data, correct?

3 Likes