Here it is...

This commit is contained in:
Thomas FORGIONE
2015-08-04 18:59:24 +02:00
parent 04a85123f5
commit 3a91a33d74
11 changed files with 352 additions and 138 deletions

View File

@@ -159,8 +159,8 @@ TutorialSteps.prototype.nextStep = function() {
}
// Block camera
for (var key in camera.motion) {
camera.motion[key] = false;
for (var key in this.camera.motion) {
this.camera.motion[key] = false;
}
Coin.domElement.style.display = "";