Thanks to visit codestin.com
Credit goes to github.com

Skip to content

cloudofoz/godot-deformablemesh

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Version License

godot-deformablemesh

This addon allows to deform 3D meshes using customizable deformers at run-time. In this version SphericalDeformer nodes are provided.


Getting Started

  1. Download the repository or download the (stable) addon from the AssetLib in Godot (link).
  2. Import the addons folder into your project.
  3. Activate DeformableMesh under * Project > Project Settings > Plugins. *

  1. Add a DeformableMeshInstance3D node to the scene.

  1. Add the mesh resource you want to deform in the Original Mesh property.

  1. Add a SphericalDeformer node to the scene.

  1. Add the DeformableMeshInstance3D node you created before in the Deformables property.

  1. Tweak the SphericalDeformer parameters to adjust the deformation

Changelog

v0.10

  • first release

License

MIT License

About

Addon to deform 3D meshes using customizable deformers at run-time.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published