Set paths to local
This commit is contained in:
parent
17188d80c1
commit
2fba979793
|
@ -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'}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue