You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import pymeshlab as ml
import numpy as np
input_file = 'test.obj'
mesh = ml.MeshSet()
mesh.load_new_mesh(input_file)
color1 = ml.Color(50,50,50,255)
mesh.snapshot(
#imagebackgroundcolor = color1,
#imagewidth = 512,
#imageheight = 512,
imagefilename = 'test.png'
)
I ran into this problem while executing this code, does anyone know how to fix it?
The text was updated successfully, but these errors were encountered:
import pymeshlab as ml
import numpy as np
input_file = 'test.obj'
mesh = ml.MeshSet()
mesh.load_new_mesh(input_file)
color1 = ml.Color(50,50,50,255)
mesh.snapshot(
#imagebackgroundcolor = color1,
#imagewidth = 512,
#imageheight = 512,
imagefilename = 'test.png'
)
I ran into this problem while executing this code, does anyone know how to fix it?
The text was updated successfully, but these errors were encountered: