aboutsummaryrefslogtreecommitdiff
path: root/js/lib/rdge/materials/material.js
diff options
context:
space:
mode:
authorValerio Virgillito2012-07-12 15:42:58 -0700
committerValerio Virgillito2012-07-12 15:42:58 -0700
commit2880e1d55a374d48cf39ee074a7a812cd57e1092 (patch)
treeb1f12bce35d5281a3a3d47e3cdcbd75d4c498810 /js/lib/rdge/materials/material.js
parent688e22dc367f37d4b8734a37daa3b823ea450295 (diff)
parent325cf1dcbd7fc1e1ec6a9ac4829954f7e0ae2afb (diff)
downloadninja-2880e1d55a374d48cf39ee074a7a812cd57e1092.tar.gz
Merge pull request #389 from ericmueller/GridFixes
Grid fixes
Diffstat (limited to 'js/lib/rdge/materials/material.js')
-rwxr-xr-xjs/lib/rdge/materials/material.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/lib/rdge/materials/material.js b/js/lib/rdge/materials/material.js
index 0f6f6c92..e8571e9d 100755
--- a/js/lib/rdge/materials/material.js
+++ b/js/lib/rdge/materials/material.js
@@ -57,7 +57,7 @@ var Material = function GLMaterial( world ) {
57 // vertex deformation variables 57 // vertex deformation variables
58 this._hasVertexDeformation = false; 58 this._hasVertexDeformation = false;
59 this._vertexDeformationRange = [0, 0, 1, 1]; // (xMin, yMin, xMax, yMax) 59 this._vertexDeformationRange = [0, 0, 1, 1]; // (xMin, yMin, xMax, yMax)
60 this._vertexDeformationTolerance = 0.02; 60 this._vertexDeformationTolerance = 0.1;
61 61
62 // RDGE variables 62 // RDGE variables
63 this._shader = null; 63 this._shader = null;