S3DIS .obj file imported without mesh details

Official Python bindings with a focus on reinforcement learning and robotics.
Post Reply
wyzwzy
Posts: 1
Joined: Mon Jun 22, 2020 5:42 am

S3DIS .obj file imported without mesh details

Post by wyzwzy »

Hi, I am new to PyBullet. When I use the examples/createVisualShape.py to import the .obj file in Stanford S3DIS dataset, the shape could be imported but without any mesh/color details on it. My System is macOS Catalina 10.15.5. The rendering result looks like
https://drive.google.com/file/d/10v7Wfj ... sp=sharing

I have also tried the obj2sdf tool in Extras to convert it to .sdf first and then use loadSDF but got the same result. Does anyone by chance know what's happening?
Post Reply