Open3D icon indicating copy to clipboard operation
Open3D copied to clipboard

Error when including front=array([ 0., 0., -1.] argument in draw_geometries function. Any way to fix this?

Open jjpatino-byte opened this issue 1 year ago • 1 comments

Checklist

My Question

I have been trying to use the o3d.visualization.draw_geometries([final], front= np.array([0,0,-1], dtype = 'float') ) function, but when including the "front" or "up" arguments, there is an error. Is there a way to do it? I really need to use those arguments, is there another way to modify those arguments with the same effect?

jjpatino-byte avatar Jan 09 '24 15:01 jjpatino-byte

See https://stackoverflow.com/a/76828436/1874627 and https://github.com/isl-org/Open3D/blob/main/docs/jupyter/open3d_tutorial.py#L17 where the draw_geometries is reimplemented to support individual params.

saurabheights avatar Jan 09 '24 17:01 saurabheights