CedricGuillemet / ImGuizmo

Immediate mode 3D gizmo for scene editing and other controls based on Dear Imgui
MIT License
3.22k stars 907 forks source link

[question] How the mesh editing is implemented? #311

Closed maidamai0 closed 1 month ago

maidamai0 commented 1 year ago

Hi, I found the mesh editing in the example is intresting, but I didn't find the code in the example. In the demo, user moved one point of the mesh, and the points near moved accordingly and the points far away don't change.

Can you tell me the code of this example? Thank you~

[!mesh editing]Image of Translation22e636f6d2f6f3871386948712e676966)

ddetone commented 1 month ago

@maidamai0 any luck finding this example?

CedricGuillemet commented 1 month ago

The mesh generation is not part of the ImGuizmo lib. it was a game experiment that's never been release.

ddetone commented 1 month ago

thanks for clarifying @CedricGuillemet