topical media & game development

talk show tell print

mobile-query-three-plugins-test-testspace.htm / htm



  <!doctype html><title>Minimal tQuery Page</title>
  <script src="../../../build/tquery-bundle.js"></script>
  <body><script>
  
          // From Ilmari Heikkinen - plus.google.com/115293744081058969329/posts/8jDCjk5D6NQ
          var fullSymbol        = Object.keys(THREE);
          var _used        = {};
          Object.keys(THREE).forEach(function(property){
                  var original        = THREE[property];
                  Object.defineProperty(THREE, property, {
                          get        : function(){
                                  _used[property] = true;
                                  return original;
                          }
                  });
          });
          
          var unused;
          var usedSymbol        = Object.keys(_used);
          var unused        = fullSymbol.filter(function(symbol){ return usedSymbol.indexOf(symbol) === -1; });
  
          console.log(THREE.ImageUtils)
          
          // var app;
          // var r = tQuery.prototype.createTorus; 
          // tQuery.prototype.createTorus = function(){
          //         app = this;
          //         this.createTorus = r;
          //         this.createTorus();
          // }
  
          var world        = tQuery.createWorld().boilerplate().start();
          var object	= tQuery.createTorus().addTo(world);
  </script></body>


(C) Æliens 04/09/2009

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.