nmfisher / flutter_filament

3D rendering layer for Flutter/Filament
Other
44 stars 7 forks source link

Entity parenting #8

Open nmfisher opened 7 months ago

nmfisher commented 7 months ago

We should be able to dynamically parent one entity to another (including transforms) so:

nmfisher commented 7 months ago

This should also allow child entities to be skinned to an existing skeleton (e.g. for avatar costumes)

nmfisher commented 2 months ago

Basic parenting (transform) now available in develop.