Update camera configuration and FPV controls: adjusted camera position, target, and distance values for improved viewing experience; modified jump speed, gravity, crouch height, and crouch speed in FPV controls for enhanced movement dynamics; refined eye height calculation in model loader for better alignment with model dimensions.
This commit is contained in:
@@ -1,20 +1,20 @@
|
||||
{
|
||||
"camera": {
|
||||
"position": {
|
||||
"x": 514,
|
||||
"y": 228,
|
||||
"z": -403
|
||||
"x": 248.7,
|
||||
"y": 93.5,
|
||||
"z": 139.16
|
||||
},
|
||||
"target": {
|
||||
"x": 50,
|
||||
"y": 85,
|
||||
"z": -140
|
||||
"x": 156.1,
|
||||
"y": 63.43,
|
||||
"z": -186.15
|
||||
},
|
||||
"distance": 552,
|
||||
"distance": 339.56,
|
||||
"spherical": {
|
||||
"radius": 552,
|
||||
"theta": 2.09,
|
||||
"phi": 1.31
|
||||
"radius": 339.56,
|
||||
"theta": 0.28,
|
||||
"phi": 1.48
|
||||
}
|
||||
},
|
||||
"description": "Default camera configuration for 3D model viewer. Position values can be copied from console logs and pasted here to set new defaults."
|
||||
|
||||
Reference in New Issue
Block a user