We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ada89b3 commit fe93b8dCopy full SHA for fe93b8d
CHANGES.md
@@ -1,5 +1,13 @@
1
# PlayCanvas Engine Changes
2
3
+### v0.163.0
4
+* Moved (almost) all API objects into the pc.* namespace
5
+* Added CameraComponent#worldToScreen
6
+* Initial support for loading DDS textures
7
+* Patch Math to add Math.log2
8
+* Removed pc.ForwardRenderer from the docs (internal not API)
9
+* Hide lots of low-level/non-API classes from the documentation
10
+
11
### v0.162.8
12
* Removed requestAnimationFrame polyfill since browser support is now at 100%.
13
* Added documentation for particlesystem component.
VERSION
@@ -1 +1 @@
-0.163.0-dev
+0.163.0
0 commit comments