Set paths to local

This commit is contained in:
Paul Graffam 2016-10-06 23:11:58 -04:00
parent 17188d80c1
commit 2fba979793
1 changed files with 2 additions and 2 deletions

View File

@ -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'}
]