예제 #1
0
 void SetPreprocessing()
 {
     GraphicsCore.SetPreprocessing(
         Settings.DepthAveraging.Value,
         Settings.DepthGaussIterations.Value,
         Settings.DepthGaussSigma.Value);
 }