Permalink
Browse files

change default mesh color

  • Loading branch information...
1 parent f672ab9 commit f9d60b5d1b03bac7e7fd46cc1c34e7478206f012 @lautr3k committed Mar 25, 2016
Showing with 1 addition and 2 deletions.
  1. +1 −2 js/main.js
View
@@ -26,7 +26,6 @@ var settings = new SLAcer.Settings({
}
},
mesh: {
- color: 0x333333,
panel: {
collapsed: false,
position : 2
@@ -66,7 +65,7 @@ var settings = new SLAcer.Settings({
}
},
colors: {
- mesh : '#555555',
+ mesh : '#eb0984',
slice: '#88ee11',
panel: {
collapsed: false,

0 comments on commit f9d60b5

Please sign in to comment.