if-net icon indicating copy to clipboard operation
if-net copied to clipboard

data_processing/convert_to_scaled_off.py

Open yjcaimeow opened this issue 4 years ago • 0 comments

image

I can not understand why transform obj to off form.

Why not just change the line 33th from "mesh = trimesh.load(path + '/isosurf.off', process=False)" to "mesh = trimesh.load(path + '/isosurf.obj', process=False)"

Is there something error when load obj file? Looking for your reply.

Best, Ying

yjcaimeow avatar Apr 27 '21 12:04 yjcaimeow