Closed SamTov closed 1 year ago
I resolved this by using the load_merged_mesh_obj
method and specifying a name there. Interestingly, passing a name to the load_mesh_obj
did not resolve it.
Hi, sorry for delay! You can load these meshes with load_mesh_obj()
as well, just keep unique names of meshes exported to obj file. Names from obj's are directly used as geometry names in plotoptix scene and have to be unique.
I have a setup where I load in one mesh and assign to it a material and then load in another with a different material like this:
However, when I run this I receive the following error:
and only one mesh is displayed, namely, the first one I added. What is the best method for loading multiple meshes in like this?