Add animation playback features

This commit is contained in:
2026-03-31 23:54:07 +02:00
parent b043f853a7
commit 4befe80d69
3 changed files with 602 additions and 0 deletions

View File

@@ -9,6 +9,8 @@ export interface ModelInstance {
position: Vec3;
rotationDegrees: Vec3;
scale: Vec3;
animationClipName?: string;
animationAutoplay?: boolean;
}
export const DEFAULT_MODEL_INSTANCE_POSITION: Vec3 = {