physarumAdv / minds_crawl

Physarum polycephalum growth simulator on polyhedron surfaces written in CUDA C++
MIT License
4 stars 0 forks source link

Creating the correct grid of nodes parallel to the cube edges #20

Closed tanya-kta closed 4 years ago

tanya-kta commented 4 years ago

The grid parallel to the cube edges is being created correctly now, due to direction vectors are perpendicular to the edges. Other grids still have problems with nodes creation.