diff options
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) |
