Open MPierer opened 3 weeks ago
Hi, I noticed a problem in the ext_light_viewer_capture.cpp example. When using the PIXEL_BUFFER readback option, the depth image is black.
Reason: The call to https://github.com/koide3/iridescence/blob/8451c81e2dd5c6fcb3b86ee953f54ee6da37672f/src/example/ext_light_viewer_capture.cpp#L61 uses GL_DEPTH_COMPONENT16. It should be GL_DEPTH_COMPONENT.
Thanks for reporting the bug. I just fixed and pushed a fix https://github.com/koide3/iridescence/pull/147.
Hi, I noticed a problem in the ext_light_viewer_capture.cpp example. When using the PIXEL_BUFFER readback option, the depth image is black.
Reason: The call to https://github.com/koide3/iridescence/blob/8451c81e2dd5c6fcb3b86ee953f54ee6da37672f/src/example/ext_light_viewer_capture.cpp#L61 uses GL_DEPTH_COMPONENT16. It should be GL_DEPTH_COMPONENT.