Merge pull request #12678 from AndreaCatania/soft

Soft body
This commit is contained in:
Juan Linietsky
2018-07-23 16:04:32 -03:00
committed by GitHub
31 changed files with 2104 additions and 244 deletions

View File

@ -280,6 +280,7 @@ public:
virtual AABB mesh_get_custom_aabb(RID p_mesh) const = 0;
virtual AABB mesh_get_aabb(RID p_mesh, RID p_skeleton) const = 0;
virtual void mesh_clear(RID p_mesh) = 0;
/* MULTIMESH API */