fix iOS implementation for set_animation

This commit is contained in:
Nick Fisher
2022-12-19 16:34:29 +08:00
parent 2647e5afdf
commit db25fb4bf3
9 changed files with 114 additions and 591 deletions

View File

@@ -74,9 +74,9 @@ namespace polyvox {
/// [morphData] and [boneData] will both be copied, so remember to free these after calling this function.
///
void setAnimation(
float* morphData,
const float* const morphData,
int numMorphWeights,
BoneAnimation* targets,
const BoneAnimation* const targets,
int numBoneAnimations,
int numFrames,
float frameLengthInMs