Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ControllingTransmission/sacredgeo
Browse files Browse the repository at this point in the history
  • Loading branch information
deanputney committed Nov 14, 2013
2 parents ee9e4f0 + a83b362 commit b1b9930
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -315,11 +315,20 @@
object.rotation.z = 0
}
}
object.visible = true;
}
else
{
object.visible = false;
var fill_material = new THREE.MeshBasicMaterial(
{
color: 0x000000,
wireframe: Mode.isWireframe,
transparent: true,
opacity: 0.95,
side: THREE.DoubleSide,
wireframeLinewidth: 3
})

object.material = fill_material
}


Expand Down

0 comments on commit b1b9930

Please sign in to comment.