Przeglądaj źródła

Update what's new.md

Jérôme Bousquié 7 lat temu
rodzic
commit
caa762f8d1
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      dist/preview release/what's new.md

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

@@ -36,7 +36,8 @@
 - Added depth of field effect to default pipeline ([trevordev](https://github.com/trevordev))
 - The observable can now notify observers using promise-based callback chain. ([RaananW](https://github.com/RaananW))
 - Added base64 helper functions to `Tools` ([bghgary](https://github.com/bghgary))
-- Added `createDefaultCamera` and `createDefaultLight` functions to `Scene` ([bghgary](https://github.com/bghgary))
+- Added `createDefaultCamera` and `createDefaultLight` functions to `Scene` ([bghgary](https://github.com/bghgary))  
+- SPS internal storage of each solid particle rotation matrix ([jbousquie](https://github.com/jbousquie))  
 
 ## Bug fixes
 - Texture extension detection in `Engine.CreateTexture` ([sebavan](https://github.com/sebavan))