Skip to content

Releases: playcanvas/engine

v0.174.0

02 Oct 14:02
Compare
Choose a tag to compare
  • [FIX] Errors in particle system when color / normal map assets do not exist
  • [FIX] Crashing particles in IE
  • [FIX] Color blending in post effects
  • [FIX] Model mappings changed to null, use default material now
  • [FIX] Clamp volume on Audio to prevent negative values being to loud
  • Initial support for atlases in particle systems
  • Changed default camera clear color to #b8b8b8
  • Removed pick component from the docs
  • Added some documentation to pc.Material

v0.173.9

28 Sep 18:59
Compare
Choose a tag to compare
  • [FIX] removed model assumption that data.mapping is one-to-one with meshInstances array.

v0.173.7

24 Sep 13:25
Compare
Choose a tag to compare
  • Use physical shader model for default material
  • Model asset doesn't assume file is always defined
  • [FIX] Correctly initialize particle camera
  • [FIX] Don't write particle alpha to render target

v0.173.6

21 Sep 16:12
Compare
Choose a tag to compare
  • Added camera.horizontalFov property to camera component

v0.173.5

16 Sep 16:21
Compare
Choose a tag to compare
  • [FIX] Cloning models while assets are loading
  • Pass optional options to the pc.GraphicsDevice constructor which are used when creating WebGL context
  • Added docs for pitch property on audio channel

v0.173.4

15 Sep 12:42
Compare
Choose a tag to compare
  • Added shader assets

v0.173.3

14 Sep 14:40
Compare
Choose a tag to compare
  • Added 'mapping' property to model components and now supporting material overrides per model component
  • PVRTC initial support
  • [FIX] autoPlay for looped particle systems

v0.173.2

08 Sep 09:24
Compare
Choose a tag to compare
  • [FIX] Cloning particlesystem components when they're using a mesh
  • [FIX] Reloading model primitive materials
  • [FIX] Typo in collision system

v0.173.1

27 Aug 10:40
Compare
Choose a tag to compare
  • [FIX] net_http check for .json format using url.endsWith to ignore query.

v0.173.0

25 Aug 14:50
Compare
Choose a tag to compare
  • Added tags (pc.Tags) interface to pc.Asset
  • Added findByTag method to pc.AssetRegistry
  • [FIX] Texture and CubeMap data in patch can be optional