expose methods for getting bone names

This commit is contained in:
Nick Fisher
2024-05-26 12:11:40 +08:00
parent 82f533e6b2
commit 24c29593be
2 changed files with 4 additions and 0 deletions

View File

@@ -61,6 +61,7 @@ namespace flutter_filament
float getAnimationDuration(EntityId entity, int animationIndex);
unique_ptr<vector<string>> getMorphTargetNames(EntityId assetEntityId, EntityId childEntity);
unique_ptr<vector<string>> getBoneNames(EntityId assetEntityId, EntityId childEntity);
void transformToUnitCube(EntityId e);
inline void updateTransform(EntityId e);
void setScale(EntityId e, float scale);