Interactive mesh deformation

good day, is it possible if I load a mesh onto babylon.js, to then be able to use mouse/touch to deform the mesh manually touching it in different parts?
thank you :slight_smile:

Hello yes it is :slight_smile:
You can see what I did for the WorldMonger demo: Babylon Engine for HTML5 (babylonjs.com)

Code: Website/build/Scenes/WorldMonger at master · BabylonJS/Website (github.com)

More specifically the raise ground code is here: Website/elevationControl.js at master · BabylonJS/Website (github.com)

3 Likes

Brilliant! thats a really beautiful project :slight_smile: yes that is exactly what I was looking for, I will check the code, thank you :slight_smile:

1 Like