瀏覽代碼

Fix typedoc

Sebastien Vandenberghe 7 年之前
父節點
當前提交
dc12591c71
共有 1 個文件被更改,包括 5 次插入1 次删除
  1. 5 1
      src/Lights/Shadows/babylon.shadowGenerator.ts

+ 5 - 1
src/Lights/Shadows/babylon.shadowGenerator.ts

@@ -118,7 +118,11 @@
          * (https://developer.nvidia.com/gpugems/GPUGems/gpugems_ch11.html)
          */
         public static readonly FILTER_PCF = 6;
-
+        /**
+         * Shadow generator mode PCSS: Percentage Closering Soft Shadow. 
+         * benefits from Webgl 2 shadow samplers. Fallback to Poisson Sampling in Webgl 1
+         * Contact Hardening
+         */
         public static readonly FILTER_PCSS = 7;
 
         /**