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/TwistMaterial.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/TwistMaterial.js')
-rw-r--r-- | js/helper-classes/RDGE/Materials/TwistMaterial.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/js/helper-classes/RDGE/Materials/TwistMaterial.js b/js/helper-classes/RDGE/Materials/TwistMaterial.js index c3094621..b113965b 100644 --- a/js/helper-classes/RDGE/Materials/TwistMaterial.js +++ b/js/helper-classes/RDGE/Materials/TwistMaterial.js | |||
@@ -62,6 +62,9 @@ function TwistMaterial() | |||
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 = twistMaterialDef; | 70 | this._shader.def = twistMaterialDef; |