Triangle Picking Picking Back faces
- by Tangeleno
I'm having a bit of trouble with 3D picking, at first I thought my ray was inaccurate but it turns out that the picking is happening on faces facing the camera and faces facing away from the camera which I'm currently culling.
Here's my ray creation code, I'm pretty sure the problem isn't here but I've been wrong before.
private uint Pick()
…