Skip to content

Commit

Permalink
added vrclient line
Browse files Browse the repository at this point in the history
  • Loading branch information
ericrius1 committed Oct 15, 2014
1 parent c162a64 commit 6b720c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion js/infoworld.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,11 @@ InfoWorld.prototype.init = function(param) {
vSceneObj.addComponent(visual);
this.addObject(vSceneObj);

G.scene.fog = new THREE.Fog(0x00000, -4000, 80000)
G.scene.fog = new THREE.Fog(0x00000, -4000, 80000)

var cloners = new G.ClonerManager();
// announce to JAVRIS host that we are ready to go.
VRClient.ready();
//Should be able to just update matrix world oncee before we start rendering, because then threejs renderer automatically calls this every frame... something with vizi?

}
2 changes: 1 addition & 1 deletion lib/vrclient.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,4 @@ window.VRClient = (function() {

return new VRClient();

})();
})();

0 comments on commit 6b720c6

Please sign in to comment.