I've been using "pick nearest" successfully. But now I need to pick the two nearest elements. Any suggestions for the most elegant way to do this? Thanks!
Develop games in your browser. Powerful, performant & highly capable.
For each ordered ascending, using a distance() call as the expression. Add a stop loop if loopindex = 1 to limit the number of iteration to two.