소스 검색

unused constants

Benjamin Guignabert 5 년 전
부모
커밋
5f8d15b4d6
1개의 변경된 파일0개의 추가작업 그리고 20개의 파일을 삭제
  1. 0 20
      src/Engines/constants.ts

+ 0 - 20
src/Engines/constants.ts

@@ -484,24 +484,4 @@ export class Constants {
      * Detailled logging while loading
      */
     public static readonly SCENELOADER_DETAILED_LOGGING = 3;
-
-    /**
-     * Prepass texture index for color
-     */
-    public static readonly PREPASS_COLOR_INDEX = 0;
-
-    /**
-     * Prepass texture index for irradiance
-     */
-    public static readonly PREPASS_IRRADIANCE_INDEX = 1;
-
-    /**
-     * Prepass texture index for depth + normal
-     */
-    public static readonly PREPASS_DEPTHNORMAL_INDEX = 2;
-
-    /**
-     * Prepass texture index for albedo
-     */
-    public static readonly PREPASS_ALBEDO_INDEX = 3;
 }