toto10's picture
fb1ffd4d2aea1b996230b8c8528d58e19308ce05ffb2f5c4d89d42fa73455684
fea727b
raw
history blame
296 Bytes
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,
}