@pixiv/three-vrm
Preparing search index...
three-vrm-animation
createVRMAnimationHumanoidTracks
Function createVRMAnimationHumanoidTracks
createVRMAnimationHumanoidTracks
(
vrmAnimation
:
VRMAnimation
,
humanoid
:
VRMHumanoid
,
metaVersion
:
"0"
|
"1"
,
)
:
{
rotation
:
Map
<
VRMHumanBoneName
,
QuaternionKeyframeTrack
>
;
translation
:
Map
<
"hips"
,
VectorKeyframeTrack
>
;
}
Parameters
vrmAnimation
:
VRMAnimation
humanoid
:
VRMHumanoid
metaVersion
:
"0"
|
"1"
Returns
{
rotation
:
Map
<
VRMHumanBoneName
,
QuaternionKeyframeTrack
>
;
translation
:
Map
<
"hips"
,
VectorKeyframeTrack
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@pixiv/three-vrm
Loading...