diff options
author | hwc487 | 2012-04-12 06:24:46 -0700 |
---|---|---|
committer | hwc487 | 2012-04-12 06:24:46 -0700 |
commit | 1fa8516bcd0fb0277c13a7081b5a51ce041d3496 (patch) | |
tree | 11f80ddc57a6cc47d7a57ff8091b5cb435d6d253 /js/lib/rdge/materials/flat-material.js | |
parent | b5aa082842f798d1eec582428468a322bd5a017f (diff) | |
download | ninja-1fa8516bcd0fb0277c13a7081b5a51ce041d3496.tar.gz |
Cloud material
Diffstat (limited to 'js/lib/rdge/materials/flat-material.js')
-rwxr-xr-x | js/lib/rdge/materials/flat-material.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/lib/rdge/materials/flat-material.js b/js/lib/rdge/materials/flat-material.js index 5030cc88..ddea9d9e 100755 --- a/js/lib/rdge/materials/flat-material.js +++ b/js/lib/rdge/materials/flat-material.js | |||
@@ -26,7 +26,7 @@ var FlatMaterial = function FlatMaterial() { | |||
26 | this.getShaderName = function() { return this._shaderName; }; | 26 | this.getShaderName = function() { return this._shaderName; }; |
27 | 27 | ||
28 | this.isAnimated = function() { return false; }; | 28 | this.isAnimated = function() { return false; }; |
29 | this.hasVertexDeformation = function() { return true; }; | 29 | this.hasVertexDeformation = function() { return false; }; |
30 | this._hasVertexDeformation = true; | 30 | this._hasVertexDeformation = true; |
31 | this._vertexDeformationTolerance = 0.2; | 31 | this._vertexDeformationTolerance = 0.2; |
32 | 32 | ||