diff --git a/src/r3-d3-api-scene.js b/src/r3-d3-api-scene.js index 7c7da43..1adf8f9 100644 --- a/src/r3-d3-api-scene.js +++ b/src/r3-d3-api-scene.js @@ -59,7 +59,7 @@ R3.D3.API.Scene = function( this.showAxis = apiComponent.showAxis; if (R3.Utils.UndefinedOrNull(apiComponent.gridSize)) { - apiComponent.gridSize = 45; + apiComponent.gridSize = 80; } this.gridSize = apiComponent.gridSize; this.guiInfo.gridSize = {