Skip to content

Commit

Permalink
[RELEASE] v0.168.9
Browse files Browse the repository at this point in the history
  • Loading branch information
vkalpias committed Jun 12, 2015
1 parent f3f805f commit 18045ca
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions 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

Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.169.0-dev
0.168.9

0 comments on commit 18045ca

Please sign in to comment.