isl-org / Open3D

Open3D: A Modern Library for 3D Data Processing
http://www.open3d.org
Other
11.55k stars 2.32k forks source link

example notebook docs/jupyter/visualization/visualization.ipynb get AttributeError: 'NoneType' object has no attribute 'point_show_normal' #5380

Open huidiwiwi opened 2 years ago

huidiwiwi commented 2 years ago

Checklist

My Question

I try to visualize the point cloud in jupyter notebook, but the example notebook report error : open3d_tutorial.py in jupyter_draw_geometries(geoms, window_name, width, height, left, top, point_show_normal, mesh_show_wireframe, mesh_show_back_face, lookat, up, front, zoom) 58 visible=True, # If false, capture_screen_float_buffer() won't work. 59 ) ---> 60 vis.get_render_option().point_show_normal = point_show_normal 61 vis.get_render_option().mesh_show_wireframe = mesh_show_wireframe 62 vis.get_render_option().mesh_show_back_face = mesh_show_back_face

AttributeError: 'NoneType' object has no attribute 'point_show_normal'

thanks very much!

christiandur4nt commented 3 weeks ago

Was a solution for for this issue found?