Correct
This commit is contained in:
parent
f8be821cc9
commit
e67896341f
4
static/js/prototype/ReverseCamera.js
vendored
4
static/js/prototype/ReverseCamera.js
vendored
@ -20,8 +20,8 @@ ReverseCamera.prototype.initExtremity = function() {
|
||||
|
||||
left.normalize();
|
||||
other.normalize();
|
||||
left = Tools.mul(left, 0.1);
|
||||
other = Tools.mul(other, 0.1);
|
||||
left = Tools.mul(left, this.size / 2 );
|
||||
other = Tools.mul(other, this.size / 2);
|
||||
|
||||
var pyramidCenter = Tools.diff(this.position, Tools.mul(direction,0.25))
|
||||
geometry.vertices.push(
|
||||
|
Loading…
x
Reference in New Issue
Block a user