소스 검색

Merge pull request #6093 from sebavan/master

Fix unreferenced brdfTextureTools
sebavan 6 년 전
부모
커밋
44a78ede29
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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 { Scene } from "../scene";
 import { PostProcess } from "../PostProcesses/postProcess";
+import "../Shaders/rgbdDecode.fragment";
 
 /**
  * Class used to host texture specific utilities