瀏覽代碼

namespace to module

Raanan Weber 7 年之前
父節點
當前提交
69836841dc

+ 1 - 1
src/Helpers/babylon.environmentHelper.ts

@@ -1,4 +1,4 @@
-namespace BABYLON {
+module BABYLON {
     /**
     /**
      * Represents the different options available during the creation of 
      * Represents the different options available during the creation of 
      * a Environment helper.
      * a Environment helper.

+ 1 - 1
src/Materials/Background/babylon.backgroundMaterial.ts

@@ -1,4 +1,4 @@
-namespace BABYLON {
+module BABYLON {
     /**
     /**
      * Background material defines definition.
      * Background material defines definition.
      */
      */

+ 1 - 1
src/Tools/babylon.performanceMonitor.ts

@@ -1,4 +1,4 @@
-namespace BABYLON {
+module BABYLON {
 
 
 	/**
 	/**
 	 * Performance monitor tracks rolling average frame-time and frame-time variance over a user defined sliding-window
 	 * Performance monitor tracks rolling average frame-time and frame-time variance over a user defined sliding-window