physarumAdv / minds_crawl

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

Add index caching to `Face`s and use it instead of `SimulationMap::find_face_index` #41

Open kolayne opened 3 years ago

kolayne commented 3 years ago

I don't like the implementation of find_face_index. I believe it would be better to have a Face method, returning a cached value instead of this function