From 67dd4bdd47a0324507bed232d22068aa198549fe Mon Sep 17 00:00:00 2001 From: hwc487 Date: Wed, 11 Jul 2012 09:48:19 -0700 Subject: re-wrote the radial blur shader. Changed tolerances in the deformation shaders. --- js/lib/rdge/materials/twist-vert-material.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/lib/rdge/materials/twist-vert-material.js') 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() this.hasVertexDeformation = function () { return this._hasVertexDeformation; }; this._hasVertexDeformation = true; - this._vertexDeformationTolerance = 0.02; // should be a property + this._vertexDeformationTolerance = 0.1; // should be a property /////////////////////////////////////////////////////////////////////// // Material Property Accessors -- cgit v1.2.3