Ashutosh Singh

Results 1 comments of Ashutosh Singh

> import trimesh > import pyrender > fuz_trimesh = trimesh.load("donut_calibrate2_forgltf.glb") > mesh = pyrender.Mesh.from_trimesh(fuz_trimesh) In the line 3 if you want to force it to return a Mesh object, instead...