소스 검색

Update babylon.camera.ts

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

+ 1 - 1
src/Cameras/babylon.camera.ts

@@ -487,7 +487,7 @@
         }
 
         /**
-         * Gets the post process rig
+         * Gets the post process used by the rig cameras
          */
         public get rigPostProcess(): Nullable<PostProcess> {
             return this._rigPostProcess;