@@ -6,16 +6,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66
77## [ 14.0.0] - 2021-11-17
88
9- ### Fixed
10- - Fixed default value of "Distortion Blur" from 1 to 0 according to the doc.
11-
12- ### Changed
13- - Converted most TGA textures files to TIF to reduce the size of HDRP material samples.
14- - Changed sample scene in HDRP material samples: add shadow transparency (raster, ray-traced, path-traced).
15- - Support for encoded HDR cubemaps, configurable via the HDR Cubemap Encoding project setting.
16- - The rendering order of decals that have a similar draw order value was modified. The new order should be the reverse of the previous order.
17- - The Sky System now uses Render Graph for improved memory usage.
18-
199### Fixed
2010- Fixed some XR devices: Pulling camera world space position from mainViewConstants instead of transform.
2111- Fixed Xbox Series X compilation issue with DoF shader
@@ -64,6 +54,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6454- Fixed default value of "Distortion Blur" from 1 to 0 according to the doc.
6555- Fixed Transparent Depth Pre/Post pass by default for the built-in HDRP Hair shader graph.
6656- Fixed build warnings due to the exception in burst code (case 1382827).
57+ - Fixed SpeedTree graph compatibility by removing custom interpolators.
58+ - Fixed default value of "Distortion Blur" from 1 to 0 according to the doc.
59+
60+ ### Changed
61+ - Converted most TGA textures files to TIF to reduce the size of HDRP material samples.
62+ - Changed sample scene in HDRP material samples: add shadow transparency (raster, ray-traced, path-traced).
63+ - Support for encoded HDR cubemaps, configurable via the HDR Cubemap Encoding project setting.
64+ - The rendering order of decals that have a similar draw order value was modified. The new order should be the reverse of the previous order.
65+ - The Sky System now uses Render Graph for improved memory usage.
6766
6867## [ 13.1.2] - 2021-11-05
6968
0 commit comments