Re: [Algorithms] Octree leaf neighbours
Brought to you by:
vexxed72
From: Sam K. <sa...@ip...> - 2000-07-16 19:26:25
|
>Martin Gladnishki wrote: >And in addition you can save much time if you hold the tree in an array. This >saves the parent links, too :) Erm, I mentioned this in my origional post... dont you have to store a 3d (i.e. *big*) hash table so you can hash to the neighbours in the array using the coordinates of the node you are in? How does it save the parent links then? sam |