Replies: 2 comments
-
Just providing some pointers, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi
this is my code
i want manipulate the scene, add object move them, remove and somethings like this
how can i do ?
the problem is when i use draw_geometries code flow not continue
another my request is when i press some button manipulate the scene (add, move, rotate, remove )
`
import open3d as o3d
from Open3D_CustomMethods import *
i = 0
def main():
modelA ="D:/data/3d_model.obj"
modelB ="D:/data/270.obj"
main()`
Beta Was this translation helpful? Give feedback.
All reactions