LuoJinhao

Results 14 comments of LuoJinhao

感觉作者的回复有些敷衍, 希望作者能把README写得更清楚点~

I'm sorry, I don't use it on Windows, but the code should be almost the same @lemon1220 I don't know how to implement it, just use it @mukundhan3 The author...

https://github.com/NVIDIA/cuda-samples/blob/b882fa00ee7151134cd40b6ef01a5a9af8fe8fa9/Samples/simpleGL/simpleGL.cu#L56 How to solve `multiple definition of __HelperGL::gl*` caused by include "helper_gl.h" multiple times?

I'm not very familiar with this part, I just encountered this phenomenon when using it, and I still don't know how to improve this problem...

I am looking forward to hearing good news from you.

Hi @fyviezhao , do you know how to restore a 3D point cloud from the rendered depth map in `pyrender`, in which the camera is any of three modes in...

The primitives can be corresponding images, or cameras like: https://www-users.cse.umn.edu/~hspark/CSci5980/csci5980_3dvision.html ![image](https://user-images.githubusercontent.com/34391447/196373119-685622ef-7b2a-4279-bb6a-245a404946cb.png)

In addition, can I define a structure that contains an image and a wireframe model of the camera, and then treat this as a whole and place it somewhere and...

How to access the four corners of `Picture`, I do not find in `picture.py` and `base.py`, because the pic may not be axis aligned after some transformations.

Emm, Bounds and Corner are different if I do some transformations like: ``` pic.origin((1, 2, 2)) pic.orientation((0.2, -0.1, 0.3)) ``` so I wonder if there are any ready-made functions that...