Skip to content

[email protected]

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 02 Aug 07:18
· 636 commits to main since this release
6f4770b

Minor Changes

  • 3134d51: Changed: VFX Composer now requires CustomShaderMaterial 4.0.0 and up.
  • c4ef849: Added: Partial attribute buffer uploads! Now only the parts of the buffers that have been used for newly spawned particles are actually uploaded to the GPU.
  • f8b4c05: Changed: ParticlesMaterial is now VFXMaterial.
  • f8b4c05: Changed: A complete refactoring around a new imperative/vanilla core. Enjoy!

Patch Changes

  • 2d867ec: Added: <Emitter> will now retrieve the parent <Particles> via context if none is specified explicitly.