diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-01-27 19:38:08 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-01-27 19:39:13 +0100 |
| commit | 93a7fae69e5c3a45515a309cfcd96a0fa90a602b (patch) | |
| tree | 9b6accc61a20be6bf813e4ad367237d96f1c7176 /client/splash/renderer.js | |
| parent | 25b35038ae1f9cdfa222da44b7a4ddfd47713e3e (diff) | |
add mesh of your typical everyman
Diffstat (limited to 'client/splash/renderer.js')
| -rw-r--r-- | client/splash/renderer.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/splash/renderer.js b/client/splash/renderer.js index 0c21f964..8d2a3393 100644 --- a/client/splash/renderer.js +++ b/client/splash/renderer.js @@ -28,7 +28,6 @@ lights.forEach(light => scene.add(light)) export function init() { const container = document.querySelector('#three_container') container.appendChild(renderer.domElement) - console.log('rednerer init') window.addEventListener('resize', () => { camera.aspect = window.innerWidth / window.innerHeight camera.updateProjectionMatrix() |
