mirror of
https://github.com/nasa/openmct.git
synced 2025-02-15 23:22:58 +00:00
10 lines
263 B
GLSL
10 lines
263 B
GLSL
|
(function (root, factory) {
|
||
|
if (typeof define === 'function' && define.amd) {
|
||
|
define([], factory);
|
||
|
} else if (typeof exports === 'object') {
|
||
|
module.exports = factory();
|
||
|
} else {
|
||
|
root.MCT = factory();
|
||
|
}
|
||
|
}(this, function() {
|