Some commit

This commit is contained in:
Thomas FORGIONE
2015-08-03 00:00:07 +02:00
parent 38ad05fd89
commit 04a85123f5
6 changed files with 267 additions and 257 deletions

View File

@@ -75,7 +75,7 @@ var TutorialSteps = function(tutoCamera, scene, coins, onWindowResize, container
justclick:true
},
{
text: "Recommendations can be displayed as 3D arrows, or as viewports",
text: "Recommendations can be displayed as 3D arrows like the one you just saw, or as viewports like this one",
justclick: false
},
{
@@ -157,6 +157,12 @@ TutorialSteps.prototype.nextStep = function() {
this.camera.shouldLock = true;
this.camera.onPointerLockChange();
}
// Block camera
for (var key in camera.motion) {
camera.motion[key] = false;
}
Coin.domElement.style.display = "";
Coin.max = 1;
Coin.update();