This question is somehow similar to this one however its answer is less obvious and I can't find any help on the forum. Since ray-casting (or line-casting) is a read-only operation, is it possible to perform it from a parallel thread? I know for sure that is possible in release, however debugging is very difficult this way.
Thank you