TraceScreenRay sky hit test failing with onlyCoords = true
Posted: 25 May 2012, 10:15
When calling Spring.TraceScreenRay(x,y, true, false, true) I always get 'ground' for the first returned value, regardless if the ray hits ground or sky. This didn't use to be the case. I think https://github.com/spring/spring/commit ... 355f65a495 may have broken the returning of 'sky' when onlyCoords is set true.