Blue arrows

This commit is contained in:
Thomas FORGIONE 2015-05-11 17:53:41 +02:00
parent fb4bec159e
commit e62295ef05
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ ReverseCamera.prototype.initExtremity = function() {
geometry.computeFaceNormals();
var material = new THREE.MeshLambertMaterial({
color : 0xff0000,
color : 0x0000ff,
transparent : true,
opacity : 0.5,
side: THREE.FrontSide