1 if (typeof(exports) !== 'undefined') { 2 var glm = require("../../dist/gl-matrix"); 3 for (var ns in glm) { 4 global[ns] = glm[ns]; 5 } 6 } 7