Set paths to local
This commit is contained in:
parent
17188d80c1
commit
2fba979793
|
@ -12,11 +12,11 @@ export default {
|
||||||
easing: TWEEN.Easing.Quadratic.InOut,
|
easing: TWEEN.Easing.Quadratic.InOut,
|
||||||
duration: 500,
|
duration: 500,
|
||||||
model: {
|
model: {
|
||||||
path: '/assets/models/teapot-claraio.json',
|
path: './assets/models/Teapot.json',
|
||||||
scale: 20
|
scale: 20
|
||||||
},
|
},
|
||||||
texture: {
|
texture: {
|
||||||
path: '/assets/textures/',
|
path: './assets/textures/',
|
||||||
imageFiles: [
|
imageFiles: [
|
||||||
{name: 'UV', image: 'UV_Grid_Sm.jpg'}
|
{name: 'UV', image: 'UV_Grid_Sm.jpg'}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue