Skip to content

Commit

Permalink
Use same neutral color as defaults for both sides of the wall for now
Browse files Browse the repository at this point in the history
  • Loading branch information
angelxuanchang committed Jan 14, 2019
1 parent 846912b commit b063158
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/js/lib/scene/SUNCGLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]
Expand Down

0 comments on commit b063158

Please sign in to comment.