update external headers

This commit is contained in:
Nick Fisher
2022-02-06 13:28:28 +08:00
parent 6d5a63d398
commit bd3d0d080b
150 changed files with 27445 additions and 14805 deletions

View File

@@ -203,6 +203,16 @@ public:
*/
Animator* getAnimator() noexcept;
/**
* Updates the morphing weights in the given entity.
*/
void setMorphWeights(utils::Entity entity, const float* weights, size_t count);
/**
* Gets the number of morphing in the given entity.
*/
int getMorphTargetCount(utils::Entity entity) noexcept;
/**
* Lazily creates a single LINES renderable that draws the transformed bounding-box hierarchy
* for diagnostic purposes. The wireframe is owned by the asset so clients should not delete it.