Update tests to include new control effects
This commit is contained in:
@@ -1,8 +1,10 @@
|
|||||||
import { describe, expect, it } from "vitest";
|
import { describe, expect, it } from "vitest";
|
||||||
import { BoxGeometry, PlaneGeometry } from "three";
|
import { AnimationClip, BoxGeometry, PlaneGeometry } from "three";
|
||||||
|
|
||||||
import {
|
import {
|
||||||
createActorControlTargetRef,
|
createActorControlTargetRef,
|
||||||
|
createFollowActorPathControlEffect,
|
||||||
|
createPlayActorAnimationControlEffect,
|
||||||
createSetActorPresenceControlEffect
|
createSetActorPresenceControlEffect
|
||||||
} from "../../src/controls/control-surface";
|
} from "../../src/controls/control-surface";
|
||||||
import { createBoxBrush } from "../../src/document/brushes";
|
import { createBoxBrush } from "../../src/document/brushes";
|
||||||
|
|||||||
Reference in New Issue
Block a user