|
@@ -7,7 +7,8 @@
|
|
|
- Added the `ShadowDepthWrapper` class to support accurate shadow generation for custom as well as node material shaders. [Doc](https://doc.babylonjs.com/babylon101/shadows#custom-shadow-map-shaders) ([Popov72](https://github.com/Popov72))
|
|
|
- Added Babylon.js Texture [tools](https://www.babylonjs.com/tools/ibl) to prefilter HDR files ([Sebavan](https://github.com/sebavan/))
|
|
|
- Added editing of PBR materials and Post processes in the node material editor ([Popov72](https://github.com/Popov72))
|
|
|
-- Added Curve editor to view selected entity's animations in the Inspector. ([pixelspace](https://github.com/devpixelspace))
|
|
|
+- Added Curve editor to view selected entity's animations in the Inspector ([pixelspace](https://github.com/devpixelspace))
|
|
|
+- Added support in `ShadowGenerator` for fast fake soft transparent shadows ([Popov72](https://github.com/Popov72))
|
|
|
|
|
|
## Updates
|
|
|
|
|
@@ -21,7 +22,6 @@
|
|
|
- Added support for `material.disableColorWrite` ([Deltakosh](https://github.com/deltakosh))
|
|
|
- The Mesh Asset Task also accepts File as sceneInput ([RaananW](https://github.com/RaananW))
|
|
|
- Added support preserving vert colors for CSG objects ([PirateJC](https://github.com/PirateJC))
|
|
|
-- Added support in `ShadowGenerator` for fast fake soft transparent shadows ([Popov72](https://github.com/Popov72))
|
|
|
- Added `boundingBoxRenderer.onBeforeBoxRenderingObservable` and `boundingBoxRenderer.onAfterBoxRenderingObservable` ([Deltakosh](https://github.com/deltakosh))
|
|
|
|
|
|
### Engine
|
|
@@ -88,6 +88,7 @@
|
|
|
- `setTexture` and `setTextureArray` from `ShaderMaterial` take now a `BaseTexture` as input instead of a `Texture`, allowing to pass a `CubeTexture` ([Popov72](https://github.com/Popov72))
|
|
|
- Allow parenthesis usage in `#if` expressions in shader code ([Popov72](https://github.com/Popov72))
|
|
|
- Added to `StandardMaterial` RGBD ReflectionTexture, RefractionTexture and LightmapTexture support. ([MackeyK24](https://github.com/MackeyK24))
|
|
|
+- Allow using the single comment syntax `// comment` in a `#if` construct in shader code ([Popov72](https://github.com/Popov72))
|
|
|
|
|
|
### WebXR
|
|
|
|