From b0631584c28ef74a7553e6d273ecdb6bded48e8a Mon Sep 17 00:00:00 2001 From: Angel Chang Date: Mon, 14 Jan 2019 02:46:13 -0800 Subject: [PATCH] Use same neutral color as defaults for both sides of the wall for now --- client/js/lib/scene/SUNCGLoader.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/js/lib/scene/SUNCGLoader.js b/client/js/lib/scene/SUNCGLoader.js index 9dbe304..2709493 100644 --- a/client/js/lib/scene/SUNCGLoader.js +++ b/client/js/lib/scene/SUNCGLoader.js @@ -84,7 +84,8 @@ function SUNCGLoader(params) { }, { "name": "outside", // Name of material ("outside" for outside wall) - "texture": "bricks_1", // Texture +// "texture": "bricks_1", // Texture + "texture": "wallp_1_1", // Texture "diffuse": "#ffffff" // Diffuse color in hex } ]