Walls are not rendered anymore in the quest editor.

This commit is contained in:
Daan Vanden Bosch 2019-07-13 18:58:11 +02:00
parent 7c85081bb0
commit f23fe0091b

View File

@ -24,6 +24,7 @@ const materials = [
color: 0x80c0d0, color: 0x80c0d0,
transparent: true, transparent: true,
opacity: 0.25, opacity: 0.25,
visible: false,
}), }),
// Ground // Ground
new MeshLambertMaterial({ new MeshLambertMaterial({
@ -48,6 +49,7 @@ const wireframe_materials = [
wireframe: true, wireframe: true,
transparent: true, transparent: true,
opacity: 0.3, opacity: 0.3,
visible: false,
}), }),
// Ground // Ground
new MeshBasicMaterial({ new MeshBasicMaterial({