diff options
author | Jose Antonio Marquez | 2012-07-12 16:06:49 -0700 |
---|---|---|
committer | Jose Antonio Marquez | 2012-07-12 16:06:49 -0700 |
commit | 3f5958b79392457bb13e65819d502065d05b1db1 (patch) | |
tree | 7fab6d64b907eac2cc9795fc90ad0ec5b7b8f5d1 /js/lib/rdge/materials/taper-material.js | |
parent | 2dd8fabacf115cf32e38115a472f3f2c59926135 (diff) | |
parent | 2880e1d55a374d48cf39ee074a7a812cd57e1092 (diff) | |
download | ninja-3f5958b79392457bb13e65819d502065d05b1db1.tar.gz |
Merge branch 'refs/heads/Ninja-Master' into Document
Diffstat (limited to 'js/lib/rdge/materials/taper-material.js')
-rw-r--r-- | js/lib/rdge/materials/taper-material.js | 2 |
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 | ||