From 25a1642c14acf371d1c6373e4f1b099a1a1e898e Mon Sep 17 00:00:00 2001 From: Vaios Kalpias-Ilias Date: Thu, 25 Jun 2015 19:51:18 +0300 Subject: [PATCH] [RELEASE] v0.169.7 --- CHANGES.md | 10 ++++++++++ VERSION | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index b337c49e565..feddb6e7abf 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,15 @@ # PlayCanvas Engine Changes +### v0.169.7 +* Do not use credentials when loading audio assets +* Added option to use devicePixelRatio in application properties +* Added getUniform in materials +* Removed Simple / Complex Fresnel modes +* Removed fresnelFactor and blendMapsWithColors properties from materials +* Don't try to regen shader if changed map/color/float property and not to/from 0/1 +* General material refactoring +* [FIX] Clamp shadow map resolution to max supported value + ### v0.169.6 * [FIX] LDR DP reflection diff --git a/VERSION b/VERSION index e9d5c31c064..7227a2f8916 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.170.0-dev +0.169.7