Add support for additional control effects in document migration and runtime host
This commit is contained in:
@@ -1268,6 +1268,10 @@ export class RuntimeHost {
|
||||
}
|
||||
}
|
||||
|
||||
if (!this.animationMixers.has(target.modelInstanceId)) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (clipName === null) {
|
||||
this.applyStopAnimationAction(target.modelInstanceId);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user