Playmaker Forum
PlayMaker Help & Tips => PlayMaker Help => Topic started by: NGKrush on August 29, 2018, 11:54:40 PM
-
is it possible to move vertex points on a mesh using playmaker?
for example:
click on a plane with the left mouse to make that point go up, click on it with the right mouse to make it go down. kinda like a heightmap painting tool.
-
Hi,
yes, but it will require a lot of work and very likely some coding, because editing mesh is per vertex, so if you want a falloff curve when you one move just one vertex you need to affect all other vertices around using that falloff curve, not simple to achieve, even with code...
I would first make sure there is no framework already existing for this.
Bye,
Jean