|
@@ -45,7 +45,6 @@
|
|
|
### Materials Library
|
|
|
|
|
|
## Bug fixes
|
|
|
-- Add missing effect layer to asset container ([TrevorDev](https://github.com/TrevorDev))
|
|
|
|
|
|
### Core Engine
|
|
|
- Fixed a bug with `mesh.alwaysSelectAsActiveMesh` preventing layerMask to be taken in account ([Deltakosh](https://github.com/deltakosh))
|
|
@@ -54,6 +53,9 @@
|
|
|
- Handle properly the `LinesMesh` `intersectionThreshold` by using its value directly when the intersection against a `Ray` is checked, instead of extending the `BoundingInfo` accordingly ([barroij](https://github.com/barroij))
|
|
|
- Fixed the `LineEdgesRenderer` used for edge rendering of `LinesMesh` handle properly LinesMesh made of disconnected lines + Make it work for instance of `LinesMesh` ([barroij](https://github.com/barroij))
|
|
|
- Fixed `Matrix.toNormalMatrix`function ([barroij](https://github.com/barroij))
|
|
|
+- Add missing effect layer to asset container ([TrevorDev](https://github.com/TrevorDev))
|
|
|
+- Fixed effect layer compatibility with multi materials ([Sebavan](https://github.com/Sebavan))
|
|
|
+
|
|
|
### Viewer
|
|
|
|
|
|
### Loaders
|