diff options
author | hwc487 | 2012-01-27 15:52:36 -0800 |
---|---|---|
committer | hwc487 | 2012-01-27 15:52:36 -0800 |
commit | 86a801c057fc3b0580d6130be5740c2ee503444f (patch) | |
tree | 8b014e981273464afde4e0603cdf70c6e90eee48 /js/helper-classes/RDGE/Materials/KeleidoscopeMaterial.js | |
parent | 302e3eb01037ff550bc93547cb8d5d0a0780b312 (diff) | |
download | ninja-86a801c057fc3b0580d6130be5740c2ee503444f.tar.gz |
updated from old repo
Diffstat (limited to 'js/helper-classes/RDGE/Materials/KeleidoscopeMaterial.js')
-rw-r--r-- | js/helper-classes/RDGE/Materials/KeleidoscopeMaterial.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/js/helper-classes/RDGE/Materials/KeleidoscopeMaterial.js b/js/helper-classes/RDGE/Materials/KeleidoscopeMaterial.js index 8f94f47b..1547aca9 100644 --- a/js/helper-classes/RDGE/Materials/KeleidoscopeMaterial.js +++ b/js/helper-classes/RDGE/Materials/KeleidoscopeMaterial.js | |||
@@ -62,6 +62,9 @@ function KeleidoscopeMaterial() | |||
62 | 62 | ||
63 | this.init = function( world ) | 63 | this.init = function( world ) |
64 | { | 64 | { |
65 | // save the world | ||
66 | if (world) this.setWorld( world ); | ||
67 | |||
65 | // set up the shader | 68 | // set up the shader |
66 | this._shader = new jshader(); | 69 | this._shader = new jshader(); |
67 | this._shader.def = keleidoscopeMaterialDef; | 70 | this._shader.def = keleidoscopeMaterialDef; |