|
|
@ -541,7 +541,7 @@ const initCards = () => { |
|
|
|
1, |
|
|
|
10000 |
|
|
|
); |
|
|
|
camera.position.z = 3000; |
|
|
|
camera.position.z = 3500; |
|
|
|
|
|
|
|
scene = new THREE.Scene(); |
|
|
|
|
|
|
@ -1314,7 +1314,6 @@ function onWindowResize() { |
|
|
|
|
|
|
|
onMounted(async () => { |
|
|
|
initAll(); |
|
|
|
|
|
|
|
window.addEventListener("resize", onWindowResize, false); |
|
|
|
}); |
|
|
|
</script> |
|
|
|