Skip to content

Commit

Permalink
[RELEASE] v0.163.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vkalpias committed Jan 26, 2015
1 parent 80ea2a9 commit 71c035a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGES.md
@@ -1,5 +1,18 @@
# PlayCanvas Engine Changes

### v0.163.5
* [FIX] Cubemap and cubemap filtering related fixes.
* [FIX] Changing collision component properties now works without disable/re-enabling component.
* [FIX] Mesh particles.
* [FIX] Firefox bugs by removing alpha:false from the context creation.
* Added saving and loading of single-file DDS cubemaps.
* Replaced pc.BODYGROUP_DEFAULT with pc.BODYGROUP_DYNAMIC.
* Added sphere spawn shape and initial velocity to particles.
* Material system refactoring.
* Configurable UV set for all maps.
* Configurable RGBA channel(s) for all maps (except normal).
* Tiling/Offset now work for all maps.

### v0.163.4
* [FIX] Add light property to light component schema.

Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.164.0-dev
0.163.5

0 comments on commit 71c035a

Please sign in to comment.