topical media & game development

talk show tell print

mobile-query-three-plugins-requirejs-confrequire-controls.confrequire.js / js



  requirejs.config({
          map        : {
                  "*"        : {
                          'tquery.controls'        : 'plugins/controls/tquery.controlstween',
                  }
          },
          shim        : {
                  'plugins/controls/tquery.controlstween'        : [
                          'plugins/controls/tquery.controlswrapper',
                          'three.js/controls/FirstPersonControls',
                          'three.js/controls/OrbitControls',
                          'three.js/controls/PointerLockControls',
                          'three.js/controls/TrackballControls',
                          'three.js/controls/FlyControls',
                          'three.js/controls/PathControls',
                          'three.js/controls/RollControls',
                  ]
          }
  });
  


(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.