HaolinLiu97 / shapenet_renderer

Rendering script for shapenet object dataset using blender2.8
3 stars 0 forks source link

obj2gltf loses material information #1

Open hiyyg opened 3 weeks ago

hiyyg commented 3 weeks ago

Hi, I tried converting obj to glb for shapenet models. But it seems the converted glb loses material information. Did you have the same issue?

obj: image

glb: image

tested by trimesh.load("xxx").show()

HaolinLiu97 commented 3 weeks ago

Hi, Now I found that there is not need to convert obj to gltf file, I will update another script for shapenet rendering