pyrender icon indicating copy to clipboard operation
pyrender copied to clipboard

add an option to output raw depth and an unprojection example

Open yushiangw opened this issue 5 years ago • 2 comments

this PR trys to add a unprojection function following gluUnProject style

yushiangw avatar Dec 08 '19 17:12 yushiangw

@yushiangw Thanks so much for this PR! So sorry on the extreme delay, I've been quite busy and haven't had enough time for open-source. I'll review and merge shortly.

Best, Matt

mmatl avatar Apr 23 '20 21:04 mmatl

Hi yushiangw, do you know how to unprojection depth map to point cloud under the current version pyrender, in which the camera could be any one of "PerspectiveCamera", "OrthographicCamera", "IntrinsicsCamera" in camera. I'm not familiar with OpenGL, hope to give me a favor.

LogWell avatar Oct 19 '22 07:10 LogWell