LiangliangNan / Easy3D

A lightweight, easy-to-use, and efficient C++ library for processing and rendering 3D data
GNU General Public License v3.0
1.37k stars 245 forks source link

Does Easy3D have scene editing functions? #165

Closed xiaowuga closed 1 year ago

xiaowuga commented 1 year ago

Hello, Professor Nan. Thank you very much for providing such a good algorithm library for rendering 3D data. I have been using Easy3D for 3D data visualization in several of my research projects, and it has been very helpful to me. I would like to implement scene editing, such as object placement, using Easy3D + Qt. It may be implemented by Easy3D + imgui + Imguizmo. However,I prefer to use Qt for writing GUI code for aesthetic purposes. Do you have any suggestions?