threex
Version:
Game Extensions for three.js http://www.threejsgames.com/extensions/
11 lines • 326 B
JavaScript
define( [ 'module' // to set .baseURL
, './vendor/leap.js'
, './threex.leapcontroller.js'
, './threex.leapviewercircle.js'
, './threex.leapviewerhandpalm.js'
, './threex.leapviewerhandsphere.js'
, './threex.leapviewerpointable.js'
, './threex.leapviewerswipe.js'
, './threex.leapviewertap.js'
], function(module){
});