소스 검색

Update babylon.glowLayer.ts

David Catuhe 7 년 전
부모
커밋
e37cf3c178
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/Layer/babylon.glowLayer.ts

+ 2 - 2
src/Layer/babylon.glowLayer.ts

@@ -492,8 +492,8 @@
         /**
          * Creates a Glow Layer from parsed glow layer data
          * @param parsedGlowLayer defines glow layer data
-         * @param scene defines the BJS scene
-         * @param rootUrl defines root URL containing the glow layer information
+         * @param scene defines the current scene
+         * @param rootUrl defines the root URL containing the glow layer information
          * @returns a parsed Glow Layer
          */
         public static Parse(parsedGlowLayer: any, scene: Scene, rootUrl: string): GlowLayer {