Merge branch 'master' of github.com:nmfisher/polyvox_filament
This commit is contained in:
@@ -300,11 +300,12 @@ class PolyvoxFilamentController extends FilamentController {
|
||||
Future setAnimation(FilamentAsset asset, Animation animation) async {
|
||||
await _channel.invokeMethod("setAnimation", [
|
||||
asset,
|
||||
animation.morphData!,
|
||||
animation.numMorphWeights,
|
||||
animation.morphAnimation!.meshName,
|
||||
animation.morphAnimation!.morphData,
|
||||
animation.morphAnimation!.numMorphWeights,
|
||||
animation.boneAnimations?.map((a) => a.toList()).toList() ?? [],
|
||||
animation.numFrames,
|
||||
animation.frameLengthInMs
|
||||
animation.morphAnimation!.numFrames,
|
||||
animation.morphAnimation!.frameLengthInMs
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user