From 9af2b2b4dc331cf8fd3b9c91b7ebd68c9cda53b6 Mon Sep 17 00:00:00 2001 From: Philip Rosedale Date: Wed, 25 Jun 2014 15:24:21 -0700 Subject: [PATCH] removed commented code --- examples/sit.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/examples/sit.js b/examples/sit.js index 87b4f232ca..32d2eebf4d 100644 --- a/examples/sit.js +++ b/examples/sit.js @@ -50,12 +50,6 @@ var pose = [ {joint:"LeftUpLeg", rotation: {x:100.0, y:-15.0, z:0.0}}, {joint:"LeftLeg", rotation: {x:-130.0, y:-15.0, z:0.0}}, {joint:"LeftFoot", rotation: {x:30, y:15.0, z:0.0}} - - //{joint:"Spine2", rotation: {x:20, y:0.0, z:0.0}}, - - //{joint:"RightShoulder", rotation: {x:0.0, y:40.0, z:0.0}}, - //{joint:"LeftShoulder", rotation: {x:0.0, y:-40.0, z:0.0}} - ]; var startPoseAndTransition = [];