]> git.scottworley.com Git - nt3d/blobdiff - box_by_extrude.html
Pass numeric parameters as numbers
[nt3d] / box_by_extrude.html
index 6a883a60eb7e9fb6b04f1809f51d5a0c2e3df048..a95a7d300a7b90243c28954838cafb7a887491ad 100644 (file)
@@ -3,8 +3,7 @@
     <title>Box by extrude</title>
     <script type="text/javascript" src="nt3d.js"></script>
     <script type="text/javascript">
-      function box_by_extrude(size_as_string) {
-        var size = parseFloat(size_as_string);
+      function box_by_extrude(size) {
         var origin = [0,    0,    0];
         var x      = [size, 0,    0];
         var y      = [0,    size, 0];