This commit is contained in:
sebseb7
2025-08-25 06:46:56 +02:00
parent a844e751a7
commit c208e5f760
2 changed files with 93 additions and 4 deletions

21
camera-config.json Normal file
View File

@@ -0,0 +1,21 @@
{
"camera": {
"position": {
"x": 450,
"y": 154,
"z": -130
},
"target": {
"x": 50,
"y": 85,
"z": -140
},
"distance": 406,
"spherical": {
"radius": 406,
"theta": 1.55,
"phi": 1.4
}
},
"description": "Default camera configuration for 3D model viewer. Position values can be copied from console logs and pasted here to set new defaults."
}