Skip to content

Commit

Permalink
more subtle grid color
Browse files Browse the repository at this point in the history
  • Loading branch information
feiss committed Feb 9, 2017
1 parent fcea1d0 commit 9311b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/viewport/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function Viewport (inspector) {
var sceneHelpers = inspector.sceneHelpers;
var objects = [];

var grid = new THREE.GridHelper(30, 60, 0xbbbbbb, 0x888888);
var grid = new THREE.GridHelper(30, 60, 0x555555, 0x181818);

sceneHelpers.add(grid);

Expand Down

0 comments on commit 9311b2a

Please sign in to comment.