I had a doubt about what camera coordinate convention do you follow - is it the OpenGL one (X: right, Y: upwards, and Z: backward) ? If yes, then can you help me on how I can use my own pose matrices (X: right, Y:downwards, Z: forward)?
Will flipping the negative sign of y and z coordinates mentioned here ( #12 ) be sufficient?
Also, are these poses camera_To_world or vice-versa?
Hi! thank you for the implementation :)
X: right, Y: upwards, and Z: backward
) ? If yes, then can you help me on how I can use my own pose matrices (X: right, Y:downwards, Z: forward
)?Will flipping the negative sign of y and z coordinates mentioned here ( #12 ) be sufficient?
TIA