- [NEW] Anisotropic specular and reflection approximation using GGX distribution and bent normals + example
- [NEW] Model outline post effect example
- [NEW] Allow
pc.AnimController
to support any target - [NEW] Add
pc.ScriptComponent#get
(allows TS developers to get scripts from script components in a type safe way) - [NEW] Add
pc.Application#fillMode
andpc.Application#resolutionMode
getters - [NEW] Make
pc.Application#loadScene
public - [NEW] Make
pc.BoundingBox
methods:copy
,clone
,setMinMax
andcompute
public - [DOCS] Fix incorrect naming syntax for
pc.ScriptType.attributes
- [FIX] Fix parsing of ES6 scripts
- [FIX] Include urlBase when loading unpacked glTF
- [FIX] Simplify
pc.Light#mask
andpc.Light#enabled
code