Sync with Gitea: update scene, lights, camera; add models and textures

This commit is contained in:
2026-02-19 18:36:05 +03:00
parent aedfd6a217
commit 3a2f116255
14 changed files with 2412 additions and 41 deletions

View File

@@ -1,12 +1,12 @@
import * as THREE from 'three';
export const camera = new THREE.PerspectiveCamera(
30,
27,
window.innerWidth / window.innerHeight,
0.1,
1000
);
// Камера смотрит в комнату через открытую стену
camera.position.set(0, 0, 18);
camera.lookAt(0, 1, 0);
camera.position.set(0, 0, 0);
camera.lookAt(0, 0, 0);