diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-01-28 20:24:42 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-01-28 20:24:42 +0100 |
| commit | de877acdb34a5e07ce6b7b9d21b9ca720181594d (patch) | |
| tree | df1e9f4fecaf4323f05ecdb2468080122af6a0f4 /client/splash/index.js | |
| parent | b0eb2d9672044a1b64a2a1f21540f9ef1bd7b571 (diff) | |
transitions
Diffstat (limited to 'client/splash/index.js')
| -rw-r--r-- | client/splash/index.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/client/splash/index.js b/client/splash/index.js index b559f5ee..88211337 100644 --- a/client/splash/index.js +++ b/client/splash/index.js @@ -1,5 +1,3 @@ -// import oktween from '../util/vendor/oktween' - import { Vector3 } from 'three' import OrbitControls from 'three-orbitcontrols' @@ -31,7 +29,7 @@ function animate() { controls.update() cloud.update() - face.update() + // face.update() let cameraTarget = new Vector3(0, 0, 0) camera.lookAt(cameraTarget) |
