point-cloud-utils
point-cloud-utils copied to clipboard
Generating 2D view images of a mesh from different camera angles
I have a 3D model in a .obj file and it's textures in a .mtl file in the same directory under the same name. How do I load both in and then generate 2D images of this 3D model from different camera angles?
I was not able to find any similar implementations in the examples in the readme. Any help would be appreciated.