diff options
Diffstat (limited to 'js/lib/rdge/materials/twist-vert-material.js')
-rw-r--r-- | js/lib/rdge/materials/twist-vert-material.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/lib/rdge/materials/twist-vert-material.js b/js/lib/rdge/materials/twist-vert-material.js index 2d2cdcc5..802690a2 100644 --- a/js/lib/rdge/materials/twist-vert-material.js +++ b/js/lib/rdge/materials/twist-vert-material.js | |||
@@ -36,6 +36,7 @@ function TwistVertMaterial() | |||
36 | this.getShaderName = function() { return this._shaderName; } | 36 | this.getShaderName = function() { return this._shaderName; } |
37 | 37 | ||
38 | this.isAnimated = function() { return true; } | 38 | this.isAnimated = function() { return true; } |
39 | |||
39 | this.hasVertexDeformation = function() { return this._hasVertexDeformation; } | 40 | this.hasVertexDeformation = function() { return this._hasVertexDeformation; } |
40 | this._hasVertexDeformation = true; | 41 | this._hasVertexDeformation = true; |
41 | this._vertexDeformationTolerance = 0.02; // should be a property | 42 | this._vertexDeformationTolerance = 0.02; // should be a property |