|
@@ -84,10 +84,18 @@ export const setModelType = (type) => {
|
|
|
await animateCamera(
|
|
|
oldCameraPosition,
|
|
|
{ x: 3.9025, y: 0.7782, z: 6.6307 },
|
|
|
- { x: 0.30694425126412234, y: 6.664533888402769, z: 3.7879281016804667 },
|
|
|
- { x: 0.27488693515931245, y: 0.6259183086723961, z: 0.23709305659449886 },
|
|
|
+ {
|
|
|
+ x: 1.8176930000000002,
|
|
|
+ y: 1.1875376026870743,
|
|
|
+ z: 2.346245344747627,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ x: 1.8176930000000002,
|
|
|
+ y: 0.03289700000000001,
|
|
|
+ z: 0.7697549999999999,
|
|
|
+ },
|
|
|
model,
|
|
|
- 0.8
|
|
|
+ 1
|
|
|
);
|
|
|
}, 300);
|
|
|
}
|