diff options
author | Valerio Virgillito | 2012-07-12 15:43:33 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-07-12 15:43:33 -0700 |
commit | c250404e7e1b8015ccc4967a102e2d3873f2d83a (patch) | |
tree | fccede2bcb093658b0da15368bfc66bceea7a7d8 /js/lib/rdge/materials/twist-vert-material.js | |
parent | 393b86e1c94147b55f761631beef844f7cdc55b7 (diff) | |
parent | 2880e1d55a374d48cf39ee074a7a812cd57e1092 (diff) | |
download | ninja-c250404e7e1b8015ccc4967a102e2d3873f2d83a.tar.gz |
Merge branch 'refs/heads/master' into v0.7.1
Diffstat (limited to 'js/lib/rdge/materials/twist-vert-material.js')
-rw-r--r-- | js/lib/rdge/materials/twist-vert-material.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/lib/rdge/materials/twist-vert-material.js b/js/lib/rdge/materials/twist-vert-material.js index 57ef23ea..c7e7dcc8 100644 --- a/js/lib/rdge/materials/twist-vert-material.js +++ b/js/lib/rdge/materials/twist-vert-material.js | |||
@@ -65,7 +65,7 @@ var TwistVertMaterial = function TwistVertMaterial() | |||
65 | 65 | ||
66 | this.hasVertexDeformation = function () { return this._hasVertexDeformation; }; | 66 | this.hasVertexDeformation = function () { return this._hasVertexDeformation; }; |
67 | this._hasVertexDeformation = true; | 67 | this._hasVertexDeformation = true; |
68 | this._vertexDeformationTolerance = 0.02; // should be a property | 68 | this._vertexDeformationTolerance = 0.1; // should be a property |
69 | 69 | ||
70 | /////////////////////////////////////////////////////////////////////// | 70 | /////////////////////////////////////////////////////////////////////// |
71 | // Material Property Accessors | 71 | // Material Property Accessors |