Quellcode durchsuchen

unused constants

Benjamin Guignabert vor 5 Jahren
Ursprung
Commit
5f8d15b4d6
1 geänderte Dateien mit 0 neuen und 20 gelöschten Zeilen
  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;
 }