mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-05 15:28:29 +08:00
Walls are not rendered anymore in the quest editor.
This commit is contained in:
parent
7c85081bb0
commit
f23fe0091b
@ -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({
|
||||||
|
Loading…
Reference in New Issue
Block a user