From 69a141587307c67fd2f5b6d2beb05b4dc56fc86b Mon Sep 17 00:00:00 2001 From: howard-stearns Date: Wed, 19 Oct 2016 12:29:18 -0700 Subject: [PATCH] specify avatar skeleton --- scripts/developer/tests/performance/summon.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/developer/tests/performance/summon.js b/scripts/developer/tests/performance/summon.js index 3eecba8413..8b67859b3a 100644 --- a/scripts/developer/tests/performance/summon.js +++ b/scripts/developer/tests/performance/summon.js @@ -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 }); }