diff options
| author | adamhrv <adam@ahprojects.com> | 2019-01-28 20:31:20 +0100 |
|---|---|---|
| committer | adamhrv <adam@ahprojects.com> | 2019-01-28 20:31:20 +0100 |
| commit | e2e3742be0cd1aba90176446386a73f9fcc411b3 (patch) | |
| tree | 58920736cdc078900820de02dd81b40f0e2cdfee /client/splash/index.js | |
| parent | f8b279b2f0be793c5f877cac6373332954c6a5de (diff) | |
| parent | 121cfd1b48254b54730ba323f0b60872f1c782d9 (diff) | |
Merge branch 'master' of github.com:adamhrv/megapixels_dev
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) |
