3d-interface/js/l3d/src/l3d.js

13 lines
157 B
JavaScript
Raw Normal View History

2015-07-01 18:15:04 +02:00
/**
* @namespace
*/
var L3D = {};
2015-07-06 11:14:42 +02:00
if (typeof module !== 'undefined' && module.exports) {
var THREE = require('three');
module.exports = L3D;
}