|
@@ -115,8 +115,9 @@ export const setModelType = (type, nitrogenNum?) => {
|
|
|
nitrogenUndergroundObj.addCssText();
|
|
|
const oldCameraPosition = { x: -1000, y: 100, z: 500 };
|
|
|
const oldControlsPosition = { x: -10, y: 10, z: 10 };
|
|
|
- let newCameraPosition = { x: 67.63525028441916, y: 57.36216097106927, z: 102.85290881740835 },
|
|
|
- newControlsPosition = { x: 0.44593688288683164, y: 8.381545536213116, z: -4.816369709339848 };
|
|
|
+ let newCameraPosition = { x: 1.6777090354723727, y: 48.663589082018156, z: 125.11444932459742 },
|
|
|
+ newControlsPosition = { x: 0.445937, y: 8.381546, z: -4.81637 };
|
|
|
+
|
|
|
setTimeout(async () => {
|
|
|
model?.scene?.add(group);
|
|
|
resolve(null);
|