Skip to content

Commit c876a13

Browse files
committed
fix vrm import
1 parent e34c202 commit c876a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/examples/Retargeting.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ import { defineState, getMutableState, getState, none, useHookstate } from '@ir-
99

1010
import { EntityTreeComponent, getComponent, setComponent } from '@ir-engine/ecs'
1111
import { MixamoBoneNames } from '@ir-engine/engine/src/avatar/AvatarBoneMatching'
12+
import { VRMHumanBoneName } from '@ir-engine/engine/src/avatar/maps/VRMHumanBoneName'
1213
import { AssetState } from '@ir-engine/engine/src/gltf/GLTFState'
1314
import { ReferenceSpaceState, TransformComponent } from '@ir-engine/spatial'
1415
import { NameComponent } from '@ir-engine/spatial/src/common/NameComponent'
1516
import { BoneComponent } from '@ir-engine/spatial/src/renderer/components/BoneComponent'
1617
import { ObjectComponent, addObjectToGroup } from '@ir-engine/spatial/src/renderer/components/ObjectComponent'
1718
import { VisibleComponent } from '@ir-engine/spatial/src/renderer/components/VisibleComponent'
18-
import { VRMHumanBoneName } from '@pixiv/three-vrm'
1919
import { Template } from './utils/template'
2020

2121
const bones = Object.keys(VRMHumanBoneName)

0 commit comments

Comments
 (0)