Changes
Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com>
This commit is contained in:
@@ -124,6 +124,8 @@ export interface SceneModel {
|
|||||||
visible: boolean;
|
visible: boolean;
|
||||||
locked: boolean;
|
locked: boolean;
|
||||||
fineTuning: FineTuning;
|
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;
|
const MAX_MODELS = 5;
|
||||||
|
|||||||
Reference in New Issue
Block a user