andzhang01's picture
Upload 107 files
0e2d59b
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,
}