HiI realized the other day that if I set camera to ortho and try to raypick using the standard method with coord2d_to_3d(event[1] and so) raypicking didnt work, the calculations of that function seems wrong in ortho mode.
Reverting that to perspective mode works fine, I even tried in raypicking-2.py in the tutorials just adding in Line 158
camera.ortho = 1 And you can check it :)
