Skip to content

Commit 7640f03

Browse files
committed
a little tweak on camera position
1 parent 657bbcc commit 7640f03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GEMstack/onboard/visualization/sr_viz/threeD/src/config/cameraConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ type CameraConfigMap = {
1010

1111
const cameraConfig: CameraConfigMap = {
1212
first: {
13-
position: [0, 1.5, -0.3], // on top of vehicle
13+
position: [0.2, 1.5, -0.3], // on top of vehicle
1414
lookAt: [2, 1.5, 0], // looking forward (+Z)
1515
damping: 0.1,
1616
},

0 commit comments

Comments
 (0)