Browse Source

add multiview fragment import

Trevor Baron 6 năm trước cách đây
mục cha
commit
d786f1affb

+ 1 - 0
src/PostProcesses/vrDistortionCorrectionPostProcess.ts

@@ -6,6 +6,7 @@ import { Texture } from "../Materials/Textures/texture";
 import { PostProcess } from "./postProcess";
 import { PostProcess } from "./postProcess";
 
 
 import "../Shaders/vrDistortionCorrection.fragment";
 import "../Shaders/vrDistortionCorrection.fragment";
+import "../Shaders/vrMultiviewToSingleview.fragment";
 
 
 /**
 /**
  * VRDistortionCorrectionPostProcess used for mobile VR
  * VRDistortionCorrectionPostProcess used for mobile VR