Inochi2D / inochi2d

Inochi2D reference implementation aimed at rendering 2D puppets that can be animated in real-time (using eg. facial capture).
BSD 2-Clause "Simplified" License
1.25k stars 47 forks source link

Update physics if physics nodes are moved by MeshGroup. #61

Closed seagetch closed 2 months ago

seagetch commented 2 months ago

Currently physics nodes which is deformed by MeshGroup is not responding, but when exported into INP file, that is responding to the change of the parameter. This patch enables physics node to respond to the change of the parameter. This is useful when checking movement of parameters in Inochi Creator.

LunaTheFoxgirl commented 2 months ago

LGTM