www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Octree D realization

reply Alexandr Druzhinin <drug2004 bk.ru> writes:
Hello all!
I'd like to use octree in my D project. May be someone has the 
realization or knows where can I get it?

Thanks in advance.
Aug 01 2012
parent "Scorn" <scorn d.org> writes:
On Wednesday, 1 August 2012 at 15:11:37 UTC, Alexandr Druzhinin
wrote:
 Hello all!
 I'd like to use octree in my D project. May be someone has the 
 realization or knows where can I get it?

 Thanks in advance.
Hi! For which purpose do you need an octree implementation in d ? Collision detection, culling for an outdoor terrain engine, ray-object hit detection (e.g. raytracing, pathtracing), knowledge engineering stuff like A.I. learning algorithms (nearest neighbour) ?
Aug 05 2012