MoGe icon indicating copy to clipboard operation
MoGe copied to clipboard

Coordinate relation of input image plane and generated glb

Open yosun opened this issue 7 months ago • 1 comments

If one uses a plane to display the input image, which coordinate position would that fit in, in the final generated glb?

yosun avatar May 27 '25 02:05 yosun

Hi! The glb follows the convention of OpenGL identity camera coordinate system, +x right, +y up, +z backward. (The raw output point map follows the OpenCV convention, +x right, +y down, +z forward. It is converted to OpenGL convention when exported as glb files.) The image plane in the OpenGL coordinate system is z=-1 plane.

EasternJournalist avatar Jun 10 '25 12:06 EasternJournalist