From 2fba979793bea1cda301606355e91c49db8f6a8e Mon Sep 17 00:00:00 2001 From: Paul Graffam Date: Thu, 6 Oct 2016 23:11:58 -0400 Subject: [PATCH] Set paths to local --- src/js/data/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/js/data/config.js b/src/js/data/config.js index 91f49af..491451e 100644 --- a/src/js/data/config.js +++ b/src/js/data/config.js @@ -12,11 +12,11 @@ export default { easing: TWEEN.Easing.Quadratic.InOut, duration: 500, model: { - path: '/assets/models/teapot-claraio.json', + path: './assets/models/Teapot.json', scale: 20 }, texture: { - path: '/assets/textures/', + path: './assets/textures/', imageFiles: [ {name: 'UV', image: 'UV_Grid_Sm.jpg'} ]