Browse Source

Creating package and updating what is new.md

DESKTOP-QJU4N0L\mityh 8 years ago
parent
commit
91ebc9541c

File diff suppressed because it is too large
+ 8808 - 8787
dist/preview release/babylon.d.ts


File diff suppressed because it is too large
+ 22 - 22
dist/preview release/babylon.js


File diff suppressed because it is too large
+ 8808 - 8787
dist/preview release/babylon.module.d.ts


File diff suppressed because it is too large
+ 22 - 22
dist/preview release/babylon.worker.js


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

@@ -14,6 +14,7 @@
 - New VirtualKeyboard for Babylon.GUI. [Doc here](http://doc.babylonjs.com/overviews/gui#virtualkeyboard) ([deltakosh](https://github.com/deltakosh) / [adam](https://github.com/abow))
 - Added support for depth pre-pass rendering. [Doc here](http://doc.babylonjs.com/tutorials/transparency_and_how_meshes_are_rendered#depth-pre-pass-meshes) ([deltakosh](https://github.com/deltakosh))
 - Added support for Windows Motion Controllers ([Lewis Weaver](https://github.com/leweaver))
+- Added support for Particle animation in ParticleSystem ([Ibraheem Osama](https://github.com/IbraheemOsama))
 
 ## Updates
 - New `camera.storeState()` and `camera.restoreState()` functions to store / restore cameras position / rotation / fov. (Doc here)[http://doc.babylonjs.com/tutorials/cameras#state] ([deltakosh](https://github.com/deltakosh))