diff --git a/CHANGES.md b/CHANGES.md index d210fc1172a..29d0f6045fc 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,19 @@ # PlayCanvas Engine Changes +### v0.168.9 +* Added Dual-Paraboloid atlased reflections +* Use Spherical Harmonics instead of low-res cubemap +* Automatically switch to DP/SH where applicable +* drawQuadWithShader now accepts rect to set viewport +* [FIX] Prefiltered dds loading +* [FIX] Prefiltering 128x128 LDR cubemaps +* [FIX] More cubemap related bugs +* [FIX] Use parallax map channel +* [FIX] Don't use vertex colors on meshes that don't have them +* [FIX] Don't use skyboxMip for non-prefiltered cubemaps +* [FIX] Reload textures when their files have changed +* [FIX] Reload materials and cubemaps when referenced textures have changed + ### v0.168.8 * Expose alpha test in pc.PhongMaterial diff --git a/VERSION b/VERSION index 2c28a1f0572..5ef993c77c1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.169.0-dev +0.168.9