Added thanks

This commit is contained in:
Thomas FORGIONE 2015-04-08 12:02:56 +02:00
parent d37d2cc9e1
commit 260bc4f97b
1 changed files with 2 additions and 1 deletions

View File

@ -68,7 +68,8 @@ PointerCamera.prototype.update = function() {
this.phi = Math.asin(forward.z);
// Don't know why this line works...
// Don't know why this line works... But thanks Thierry-san because
// it seems to work...
this.theta = Math.atan(forward.y / forward.x) + Math.PI;
}