diff options
author | Valerio Virgillito | 2012-02-09 11:57:35 -0800 |
---|---|---|
committer | Valerio Virgillito | 2012-02-09 11:57:35 -0800 |
commit | ce81a3f4387d80f9ac406e73b843fb5dbe9cf432 (patch) | |
tree | 292934c613d7d6952cddac618a7db13a04c48bb3 /js/helper-classes/RDGE/Materials/JuliaMaterial.js | |
parent | e78f4312c194d9e8188075cf1fe87e4be22b24e4 (diff) | |
parent | fba39dbb3bd64eddf6162fbf57232089e446fb06 (diff) | |
download | ninja-ce81a3f4387d80f9ac406e73b843fb5dbe9cf432.tar.gz |
Merge pull request #26 from pushkarjoshi/pentool
Pentool
Diffstat (limited to 'js/helper-classes/RDGE/Materials/JuliaMaterial.js')
-rw-r--r-- | js/helper-classes/RDGE/Materials/JuliaMaterial.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/js/helper-classes/RDGE/Materials/JuliaMaterial.js b/js/helper-classes/RDGE/Materials/JuliaMaterial.js index 69884d18..f95263f4 100644 --- a/js/helper-classes/RDGE/Materials/JuliaMaterial.js +++ b/js/helper-classes/RDGE/Materials/JuliaMaterial.js | |||
@@ -64,6 +64,9 @@ function JuliaMaterial() | |||
64 | 64 | ||
65 | this.init = function( world ) | 65 | this.init = function( world ) |
66 | { | 66 | { |
67 | // save the world | ||
68 | if (world) this.setWorld( world ); | ||
69 | |||
67 | // set up the shader | 70 | // set up the shader |
68 | this._shader = new jshader(); | 71 | this._shader = new jshader(); |
69 | this._shader.def = JuliaMaterialDef; | 72 | this._shader.def = JuliaMaterialDef; |