소스 검색

update whats new

Trevor Baron 7 년 전
부모
커밋
a76b6cf33f
2개의 변경된 파일44개의 추가작업 그리고 44개의 파일을 삭제
  1. 43 43
      dist/preview release/typedocValidationBaseline.json
  2. 1 1
      dist/preview release/what's new.md

+ 43 - 43
dist/preview release/typedocValidationBaseline.json

@@ -1,7 +1,7 @@
 {
-  "errors": 8288,
+  "errors": 8179,
   "babylon.typedoc.json": {
-    "errors": 8288,
+    "errors": 8179,
     "AnimationKeyInterpolation": {
       "Enumeration": {
         "Comments": {
@@ -8898,47 +8898,47 @@
         }
       }
     },
-    "DefaultRenderingPipeline": {			
-      "Property": {		
-        "BlurXPostProcessId": {		
-          "Naming": {		
-            "NotCamelCase": true		
-          }		
-        },		
-        "BlurYPostProcessId": {		
-          "Naming": {		
-            "NotCamelCase": true		
-          }		
-        },		
-        "CopyBackPostProcessId": {		
-          "Naming": {		
-            "NotCamelCase": true		
-          }		
-        },		
-        "FinalMergePostProcessId": {		
-          "Naming": {		
-            "NotCamelCase": true		
-          }		
-        },		
-        "FxaaPostProcessId": {		
-          "Naming": {		
-            "NotCamelCase": true		
-          }		
-        },		
-        "HighLightsPostProcessId": {		
-          "Naming": {		
-            "NotCamelCase": true		
-          }		
-        },		
-        "ImageProcessingPostProcessId": {		
-          "Naming": {		
-            "NotCamelCase": true		
-          }		
-        },		
-        "PassPostProcessId": {		
-          "Naming": {		
-            "NotCamelCase": true		
-          }		
+    "DefaultRenderingPipeline": {
+      "Property": {
+        "BlurXPostProcessId": {
+          "Naming": {
+            "NotCamelCase": true
+          }
+        },
+        "BlurYPostProcessId": {
+          "Naming": {
+            "NotCamelCase": true
+          }
+        },
+        "CopyBackPostProcessId": {
+          "Naming": {
+            "NotCamelCase": true
+          }
+        },
+        "FinalMergePostProcessId": {
+          "Naming": {
+            "NotCamelCase": true
+          }
+        },
+        "FxaaPostProcessId": {
+          "Naming": {
+            "NotCamelCase": true
+          }
+        },
+        "HighLightsPostProcessId": {
+          "Naming": {
+            "NotCamelCase": true
+          }
+        },
+        "ImageProcessingPostProcessId": {
+          "Naming": {
+            "NotCamelCase": true
+          }
+        },
+        "PassPostProcessId": {
+          "Naming": {
+            "NotCamelCase": true
+          }
         }
       }
     },

+ 1 - 1
dist/preview release/what's new.md

@@ -40,7 +40,7 @@
 - Gulp process now supports multiple outputs when using webpack. ([RaananW](https://github.com/RaananW))
 - (Viewer) Scene Optimizer intergrated in viewer. ([RaananW](https://github.com/RaananW))
 - (Viewer) The viewer supports custom shaders in the configuration. ([RaananW](https://github.com/RaananW))
-- Documented PostProcessRenderEffect class ([trevordev](https://github.com/trevordev))
+- Documented PostProcessRenderEffect, DefaultRenderingPipeline, BlurPostProcess, DepthOfFieldEffect, PostProcess, PostProcessManager classes ([trevordev](https://github.com/trevordev))
 
 ## Bug fixes
 - Texture extension detection in `Engine.CreateTexture` ([sebavan](https://github.com/sebavan))