Releases: hmans/composer-suite
Releases · hmans/composer-suite
[email protected]
Minor Changes
- 7b2756b: New Package Name: The package has been renamed from
vfx
tothree-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 childrentimes
times with an interval ofinterval
. - dfdb72e: New:
<Delay seconds={...}>
will only render its children after the specified time has passed.
[email protected]
Patch Changes
- 3869d43: New: Added
quaternion
to the components passed tosetup
, allowing you to initialize each particle's original rotation.
[email protected]
Patch Changes
- c7fef32: Fixed: billboarding code in vertex shader was borked.