| 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, | |
| } | |