digitalmars.D.learn - Octree D realization
- Alexandr Druzhinin <drug2004 bk.ru> Aug 01 2012
- "Scorn" <scorn d.org> Aug 05 2012
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
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








"Scorn" <scorn d.org>