aboutsummaryrefslogtreecommitdiff
path: root/js/helper-classes/RDGE
diff options
context:
space:
mode:
authorhwc4872012-02-02 13:56:25 -0800
committerhwc4872012-02-02 13:56:25 -0800
commit4ebae7378608750192f8d3bb392a54222ca0ec2f (patch)
tree9a8452fcc0deb65939401001f88e436387f901f0 /js/helper-classes/RDGE
parent6321075d93044c6747682a8e7280b5996da7ec52 (diff)
downloadninja-4ebae7378608750192f8d3bb392a54222ca0ec2f.tar.gz
Added the 'animate' flag to the pulse material
Diffstat (limited to 'js/helper-classes/RDGE')
-rw-r--r--js/helper-classes/RDGE/Materials/RadialBlurMaterial.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/helper-classes/RDGE/Materials/RadialBlurMaterial.js b/js/helper-classes/RDGE/Materials/RadialBlurMaterial.js
index 9acb4213..732800cf 100644
--- a/js/helper-classes/RDGE/Materials/RadialBlurMaterial.js
+++ b/js/helper-classes/RDGE/Materials/RadialBlurMaterial.js
@@ -37,6 +37,8 @@ function RadialBlurMaterial()
37 this.getTextureMap = function() { return this._texMap.slice(0); } 37 this.getTextureMap = function() { return this._texMap.slice(0); }
38 this.setTextureMap = function(m) { this._propValues[this._propNames[0]] = m.slice(0); this.updateTexture(); } 38 this.setTextureMap = function(m) { this._propValues[this._propNames[0]] = m.slice(0); this.updateTexture(); }
39 39
40 this.isAnimated = function() { return true; }
41
40 /////////////////////////////////////////////////////////////////////// 42 ///////////////////////////////////////////////////////////////////////
41 // Material Property Accessors 43 // Material Property Accessors
42 /////////////////////////////////////////////////////////////////////// 44 ///////////////////////////////////////////////////////////////////////