diff options
author | hwc487 | 2012-05-25 13:35:10 -0700 |
---|---|---|
committer | hwc487 | 2012-05-25 13:35:10 -0700 |
commit | 725c2175f20b5e0829518f725fd26cc077748bdf (patch) | |
tree | b1dc12366de7df0434a9b99a191633587e4e0863 /js/lib/rdge/materials/material.js | |
parent | bc1b0276a3947e10f914e83f9750add4fa8b6c00 (diff) | |
download | ninja-725c2175f20b5e0829518f725fd26cc077748bdf.tar.gz |
Parameters for twistVertex material
Diffstat (limited to 'js/lib/rdge/materials/material.js')
-rwxr-xr-x | js/lib/rdge/materials/material.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/lib/rdge/materials/material.js b/js/lib/rdge/materials/material.js index 9f0ae6f1..b9de9988 100755 --- a/js/lib/rdge/materials/material.js +++ b/js/lib/rdge/materials/material.js | |||
@@ -192,6 +192,7 @@ var Material = function GLMaterial( world ) { | |||
192 | rtnVal = ((valType == "object") && (value.length >= 3)); | 192 | rtnVal = ((valType == "object") && (value.length >= 3)); |
193 | break; | 193 | break; |
194 | 194 | ||
195 | case "angle": | ||
195 | case "float": | 196 | case "float": |
196 | rtnVal = (valType == "number"); | 197 | rtnVal = (valType == "number"); |
197 | break; | 198 | break; |