import open3d # ウィンドウ初期化vis = open3d.Visualizer() vis.create_window( window_name="Hoge", # ウインドウ名 width=800, # 幅 height=600, ...
確定! 回上一頁