File size: 296 Bytes
ea35075 |
1 2 3 4 5 6 7 8 9 10 |
import handFBXFileUrl from '../models/hand.fbx?url'
import footFBXFileUrl from '../models/foot.fbx?url'
import posesLibraryUrl from './poses/data.bin?url'
export default {
'models/hand.fbx': handFBXFileUrl,
'models/foot.fbx': footFBXFileUrl,
'src/poses/data.bin': posesLibraryUrl,
}
|