Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jun 17:46
· 1006 commits to main since this release
f00f1b1

Minor Changes

  • 7b2756b: New Package Name: The package has been renamed from vfx to three-vfx.

Patch Changes

  • 02da7fc: New: <ParticlesMaterial> now allows you to use an existing material as its base material.
  • ebc8db4: New: <VisualEffect>, a root component for all visual effects. Currently only an abstraction over .
  • 793bed5: New: <Lifetime seconds={...}> will give its children the specified lifetime and then unmount them.
  • 08b4d0b: New: <Repeat times={...} interval={...}> will re-render its children times times with an interval of interval.
  • dfdb72e: New: <Delay seconds={...}> will only render its children after the specified time has passed.