Hi,
I noticed picking doesnt work correctly when using an orthographic camera.
I could reproduce the problem modifying your samples on playground: http://www.babylonjs-playground.com/#XUDHE
Result is always false: {hit: false, distance: 0, pickedPoint: null, pickedMesh: null, bu: 0…}
Is this supposed to work, or do i need to use a different method for ortho projection?
faljse