aboutsummaryrefslogtreecommitdiff
path: root/js/lib/rdge/materials/taper-material.js
diff options
context:
space:
mode:
authorhwc4872012-07-11 09:48:19 -0700
committerhwc4872012-07-11 09:48:19 -0700
commit67dd4bdd47a0324507bed232d22068aa198549fe (patch)
treed0edd34f5f34a3546dc4bdc16cb72c2b98389814 /js/lib/rdge/materials/taper-material.js
parent61e2ec5052bbff0cfd792ac141f83ee8757416f3 (diff)
downloadninja-67dd4bdd47a0324507bed232d22068aa198549fe.tar.gz
re-wrote the radial blur shader. Changed tolerances in the deformation shaders.
Diffstat (limited to 'js/lib/rdge/materials/taper-material.js')
-rw-r--r--js/lib/rdge/materials/taper-material.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/lib/rdge/materials/taper-material.js b/js/lib/rdge/materials/taper-material.js
index 73e344d5..929dffa6 100644
--- a/js/lib/rdge/materials/taper-material.js
+++ b/js/lib/rdge/materials/taper-material.js
@@ -61,7 +61,7 @@ var TaperMaterial = function TaperMaterial()
61 61
62 this.hasVertexDeformation = function () { return this._hasVertexDeformation; }; 62 this.hasVertexDeformation = function () { return this._hasVertexDeformation; };
63 this._hasVertexDeformation = true; 63 this._hasVertexDeformation = true;
64 this._vertexDeformationTolerance = 0.02; // should be a property 64 this._vertexDeformationTolerance = 0.1; // should be a property
65 65
66 this.getVertexDeformationTolerance = function() { return this._propValues[this._propNames[7]]; }; 66 this.getVertexDeformationTolerance = function() { return this._propValues[this._propNames[7]]; };
67 67