Skip to content

Commit

Permalink
Merge pull request #434 from feiss/gridcolor
Browse files Browse the repository at this point in the history
more subtle grid color
  • Loading branch information
fernandojsg authored Feb 9, 2017
2 parents 6e5829e + 9311b2a commit 289bc81
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 289bc81

Please sign in to comment.