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
Hello yes it is
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 yes that is exactly what I was looking for, I will check the code, thank you
1 Like