> Curiously, turning this into log(N)*log(M) is significantly more > challenging! Not that much... It's pretty much the same as a collision query, except you don't early-out as often. I actually support distance queries for arbitrary meshes in OPCODE, but it's not included in the official release :) - Pierre