Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize door finding in findBuildings (#357)
* Optimize door finding Find doors faster by searching for the doors in the viewGeometry and using select to run the selection filtering in-engine * Change filtering Instead of a select iteration, use an if statement * Move pushBack into if-statement Minor optimization
- Loading branch information