Parcourir la source

Update what's new

Popov72 il y a 4 ans
Parent
commit
b627e681d5
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      dist/preview release/what's new.md

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

@@ -9,3 +9,5 @@
 - Fix issue with the Promise polyfill where a return value was expected from resolve() ([Deltakosh](https://github.com/deltakosh))
 
 ## Breaking changes
+
+- Use both `mesh.visibility` and `material.alpha` values to compute the global alpha value used by the soft transparent shadow rendering code. Formerly was only using `mesh.visibility` ([Popov72](https://github.com/Popov72))