소스 검색

namespace to module

Raanan Weber 7 년 전
부모
커밋
69836841dc
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      src/Helpers/babylon.environmentHelper.ts
  2. 1 1
      src/Materials/Background/babylon.backgroundMaterial.ts
  3. 1 1
      src/Tools/babylon.performanceMonitor.ts

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

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

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

@@ -1,4 +1,4 @@
-namespace BABYLON {
+module BABYLON {
     /**
      * 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