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

V0 8 dcomposite #65

Closed seagetch closed 1 month ago

seagetch commented 1 month ago

This patch relies on https://github.com/Inochi2D/inochi2d/pull/64. This patch introduces DynamicComposite functionality.

DynamicComposite has two mode.

1) Fixed sized DynamicComposite. This mode acts as normal Part object, but different that texture is updated dynamically by children Part objects.

2) Auto resized mesh mode. In this mode, size of mesh is updated dynamically based on the size of children. This mode acts almost same as normal Composite object.