From 93a7fae69e5c3a45515a309cfcd96a0fa90a602b Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sun, 27 Jan 2019 19:38:08 +0100 Subject: add mesh of your typical everyman --- client/splash/face/index.js | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'client/splash/face/index.js') diff --git a/client/splash/face/index.js b/client/splash/face/index.js index fe21f52b..f52ac57b 100644 --- a/client/splash/face/index.js +++ b/client/splash/face/index.js @@ -1,5 +1,8 @@ -import DRACOLoader from '../../util/vendor/DRACOLoader' -import GeometryHelper from '../../util/vendor/geometryHelper' +import faces from './faces' -DRACOLoader.setDecoderPath('/assets/js/vendor/draco/') -var dracoLoader = new THREE.DRACOLoader(); +const names = Object.keys(faces) + +function load(){ + const name = choice(names) + +} \ No newline at end of file -- cgit v1.2.3-70-g09d2