@@ -10,4 +10,6 @@ var globalObject = (typeof global !== 'undefined') ? global : ((typeof window !=
if (typeof globalObject !== "undefined") {
(<any>globalObject).BABYLON = (<any>globalObject).BABYLON || {};
(<any>globalObject).BABYLON.GUI = GUI;
-}
+}
+
+export * from "./index";
@@ -10,4 +10,6 @@ import * as INSPECTOR from "./index";
var globalObject = (typeof global !== 'undefined') ? global : ((typeof window !== 'undefined') ? window : undefined);
(<any>globalObject).INSPECTOR = INSPECTOR;