Added previsualizations for recommended views

This commit is contained in:
Thomas FORGIONE 2015-04-22 15:57:29 +02:00
parent 54363d2e52
commit 2442fd2b0d
1 changed files with 2 additions and 2 deletions

View File

@ -267,8 +267,8 @@ PointerCamera.prototype.onMouseUp = function(event) {
}
PointerCamera.prototype.log = function() {
console.log(this.position.x, this.position.y, this.position.z);
console.log(this.target.x, this.target.y, this.target.z);
console.log("(" + this.position.x + "," + this.position.y + ',' + this.position.z + ')');
console.log("(" + this.target.x + "," + this.target.y + ',' + this.target.z + ')');
}
// Static members