Skip to content

Commit

Permalink
get rid of bogus upAxis and anim arguments to the visual
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrh committed May 6, 2012
1 parent 38b6a20 commit d2b6fa0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
space: SpaceURL,
name: loginName,
loc: {scale : [0,0,0,avatarScale]},
visual: {mesh: avatarURL}
visual: avatarURL
});
graphics = new Kata.GraphicsSimulation(driver, window.kata.getChannel(), document.getElementById("container"));
session = new SessionUI(window.kata.getChannel());
Expand Down
2 changes: 1 addition & 1 deletion scripts/BlessedScript.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ Kata.require([
orient : orient
},
creator: this.mPresence.id(),
visual: {mesh:objectName},
visual: objectName,
auth: "whiskey-foxtrot-tango"
//,port: port
//,receipt: ""+idx
Expand Down

0 comments on commit d2b6fa0

Please sign in to comment.