浏览代码

Merge branch 'master' of https://github.com/BabylonJS/Babylon.js

Guide 7 年之前
父节点
当前提交
381d8b79e8
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      dist/preview release/what's new.md

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

@@ -22,9 +22,12 @@
 - Physics - Latest production version of Oimo.js is being used - 1.0.9 ([RaananW](https://github.com/RaananW))
 - Shadows - Introduces [PCF](https://doc.babylonjs.com/babylon101/shadows#percentage-closer-filtering-webgl2-only) and [PCSS](https://doc.babylonjs.com/babylon101/shadows#contact-hardening-shadow-webgl2-only) support in Webgl 2 ([sebavan](https://github.com/sebavan)))
 
+## Documentation
+- Tons of functions and classes received the code comments they deserved (All the community)
+- Moved the class API documentation to Typedoc ([deltakosh](https://github.com/deltakosh))
+
 ## Updates
 
-- Tons of functions and classes received the code comments they deserved (All the community)
 - New [particle system emitter shapes](http://doc.babylonjs.com/babylon101/particles#particles-shapes): cone and sphere ([IbraheemOsama](https://github.com/IbraheemOsama))
 - Added support for 16bits TGA ([deltakosh](https://github.com/deltakosh))
 - New `AnimationPropertiesOverride` class used to simplify setting animation properties on child animations. [Documentation](http://doc.babylonjs.com/babylon101/animations#overriding-properties) ([deltakosh](https://github.com/deltakosh))