Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-05-24 20:05:10 +00:00
parent 37828d75f2
commit 27c12d34f9
+2
View File
@@ -124,6 +124,8 @@ export interface SceneModel {
visible: boolean;
locked: boolean;
fineTuning: FineTuning;
/** Local rotation (xyzw) that aligns the model's intrinsic axes to world axes. */
calibrationQuat: [number, number, number, number] | null;
}
const MAX_MODELS = 5;