Added previsualizations for recommended views
This commit is contained in:
parent
54363d2e52
commit
2442fd2b0d
|
@ -267,8 +267,8 @@ PointerCamera.prototype.onMouseUp = function(event) {
|
||||||
}
|
}
|
||||||
|
|
||||||
PointerCamera.prototype.log = function() {
|
PointerCamera.prototype.log = function() {
|
||||||
console.log(this.position.x, this.position.y, this.position.z);
|
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.target.x + "," + this.target.y + ',' + this.target.z + ')');
|
||||||
}
|
}
|
||||||
|
|
||||||
// Static members
|
// Static members
|
||||||
|
|
Loading…
Reference in New Issue