add animation fading and revert to platform channel handler
This commit is contained in:
@@ -28,7 +28,9 @@ class AnimationBuilder {
|
||||
required this.meshName,
|
||||
required int framerate}) {
|
||||
_frameLengthInMs = 1000 / framerate;
|
||||
morphNames = controller.getMorphTargetNames(asset, meshName);
|
||||
controller.getMorphTargetNames(asset, meshName).then((value) {
|
||||
morphNames = value;
|
||||
});
|
||||
}
|
||||
|
||||
void set() {
|
||||
|
||||
Reference in New Issue
Block a user