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