mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
specify avatar skeleton
This commit is contained in:
parent
e247f0aa34
commit
69a1415873
1 changed files with 1 additions and 0 deletions
|
@ -80,6 +80,7 @@ function messageHandler(channel, messageString, senderID) {
|
|||
position: Vec3.sum(MyAvatar.position, {x: coord(), y: 0, z: coord()}),
|
||||
orientation: Quat.fromPitchYawRollDegrees(0, Quat.safeEulerAngles(MyAvatar.orientation).y + (turnSpread * (Math.random() - 0.5)), 0),
|
||||
soundData: chatter && SOUND_DATA,
|
||||
skeletonModelURL: "http://howard-stearns.github.io/models/resources/meshes/defaultAvatar_full.fst",
|
||||
animationData: ANIMATION_DATA
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue