Blue arrows
This commit is contained in:
parent
fb4bec159e
commit
e62295ef05
|
@ -62,7 +62,7 @@ ReverseCamera.prototype.initExtremity = function() {
|
||||||
geometry.computeFaceNormals();
|
geometry.computeFaceNormals();
|
||||||
|
|
||||||
var material = new THREE.MeshLambertMaterial({
|
var material = new THREE.MeshLambertMaterial({
|
||||||
color : 0xff0000,
|
color : 0x0000ff,
|
||||||
transparent : true,
|
transparent : true,
|
||||||
opacity : 0.5,
|
opacity : 0.5,
|
||||||
side: THREE.FrontSide
|
side: THREE.FrontSide
|
||||||
|
|
Loading…
Reference in New Issue