Kaynağa Gözat

Fix unreferenced brdfTextureTools

sebavan 7 yıl önce
ebeveyn
işleme
bd270290d9
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      src/Misc/brdfTextureTools.ts

+ 1 - 0
src/Misc/brdfTextureTools.ts

@@ -4,6 +4,7 @@ import { Texture } from "../Materials/Textures/texture";
 import { Constants } from "../Engines/constants";
 import { Constants } from "../Engines/constants";
 import { Scene } from "../scene";
 import { Scene } from "../scene";
 import { PostProcess } from "../PostProcesses/postProcess";
 import { PostProcess } from "../PostProcesses/postProcess";
+import "../Shaders/rgbdDecode.fragment";
 
 
 /**
 /**
  * Class used to host texture specific utilities
  * Class used to host texture specific utilities