Update camera configuration and enhance touch controls; implement debounce for camera state logging and add responsive styles for mobile devices.

This commit is contained in:
sebseb7
2025-08-25 07:58:20 +02:00
parent 2ae4fee01a
commit 553d7a5070
3 changed files with 92 additions and 117 deletions

View File

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