clean: remove obsolete repair debug code + unused core utilities

This commit is contained in:
Tom Boullay
2026-05-08 02:07:03 +01:00
parent 15c3d1858f
commit eee69825c6
34 changed files with 144 additions and 797 deletions
+3 -3
View File
@@ -1,12 +1,12 @@
import { logger } from "@/utils/core/logger";
import type { Vector3Tuple } from "@/types/three/three";
import { logger } from "@/utils/core/Logger";
import type { Vector3Scale, Vector3Tuple } from "@/types/three/three";
export interface ModelLoadLogContext {
modelPath: string;
scope: string;
position?: Vector3Tuple | undefined;
rotation?: Vector3Tuple | undefined;
scale?: Vector3Tuple | number | undefined;
scale?: Vector3Scale | undefined;
}
interface LoadedModelInfo {