diff options
author | hwc487 | 2012-07-11 09:48:19 -0700 |
---|---|---|
committer | hwc487 | 2012-07-11 09:48:19 -0700 |
commit | 67dd4bdd47a0324507bed232d22068aa198549fe (patch) | |
tree | d0edd34f5f34a3546dc4bdc16cb72c2b98389814 /js/lib/rdge/materials/twist-vert-material.js | |
parent | 61e2ec5052bbff0cfd792ac141f83ee8757416f3 (diff) | |
download | ninja-67dd4bdd47a0324507bed232d22068aa198549fe.tar.gz |
re-wrote the radial blur shader. Changed tolerances in the deformation shaders.
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 |