diff options
Diffstat (limited to 'client/splash/renderer.js')
| -rw-r--r-- | client/splash/renderer.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/splash/renderer.js b/client/splash/renderer.js index 369d02fa..e71a4526 100644 --- a/client/splash/renderer.js +++ b/client/splash/renderer.js @@ -5,7 +5,7 @@ import { FOG_COLOR } from './constants' export const scene = new THREE.Scene() scene.fog = new THREE.Fog(FOG_COLOR, 2, 15) -export const camera = new THREE.PerspectiveCamera(35, window.innerWidth / window.innerHeight, 0.01, 15) +export const camera = new THREE.PerspectiveCamera(35, window.innerWidth / window.innerHeight, 0.001, 15) camera.position.set(3, 0.15, 3) // export const camera = new THREE.PerspectiveCamera(70, w / h, 1, 10000) |
