texture_fields
texture_fields copied to clipboard
why loc3d from depth map instead of using directly from vertices
Hi, I was going through your code. I found that you guys are using depth maps and back-project them to 3d locations (x, y, z). I am wondering why do you do it that way? Why don't you directly use the vertices location from the obj file? Could you please tell me something more about this design idea? Thank you.