From c6da699f18426079435ad4664e7c715386ff82c0 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 28 Jan 2019 17:57:38 +0100 Subject: display a random face --- client/splash/cloud/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'client/splash/cloud/index.js') diff --git a/client/splash/cloud/index.js b/client/splash/cloud/index.js index f753e77c..d0a39d8c 100644 --- a/client/splash/cloud/index.js +++ b/client/splash/cloud/index.js @@ -6,6 +6,7 @@ import datasetList from './datasetList' import { choice } from '../../util' import { + CLOUD_SCALE, CLOUD_COLORS, CLOUD_ROTATION_SPEED, CLOUD_MAX_COUNT, @@ -38,7 +39,7 @@ export function init() { .setZ(Math.random()) .subScalar(1 / 2) .setLength(1 + Math.random()) - .multiplyScalar(1) + .multiplyScalar(CLOUD_SCALE) cloud.add(sprite) return sprite }) -- cgit v1.2.3-70-g09d2