Releases: hmans/composer-suite
Releases · hmans/composer-suite
[email protected]
Patch Changes
- a09a755: Fixed: Fixed a very silly programming error that was causing a potentially high number of unintended recompilations of materials. Woops!
- Updated dependencies [d3e2b88]
- Updated dependencies [a962a31]
- Updated dependencies [3b5fb87]
- [email protected]
- [email protected]
- @material-composer/[email protected]
[email protected]
Patch Changes
- e075cfb: First release!
@material-composer/[email protected]
Patch Changes
- 3b5fb87: Fixed:
Patched.Material
now correctly forwards refs.
[email protected]
Patch Changes
- bb7e585: Fixed: Minor performance tweaks around controlled particles.
- 8376e3e: Fixed: When a controlled particle is unmounted, it will now automatically mark the particle system's instance matrix for reupload (fixing a bug where the last controller particle would never disappear because nobody would trigger matrix uploads anymore. Woops!)
@hmans/[email protected]
[email protected]
Patch Changes
- 2006cdd: Fixed a small issue around particle effects that did not include controlled particles.
[email protected]
[email protected]
Patch Changes
- fa84333: The library now exports the
usePostProcessingEffect
hook that can be used to create custom postprocessing effects (see the LensDirtEffect implementation for an example.) This will eventually be replaced with a different API, so please go light on it. :)
[email protected]
Patch Changes
- 111ab36:
<RenderPipeline>
now lets you set theupdatePriority
of its<EffectComposer>
.
[email protected]
Patch Changes
-
473407f:
composable.*
andmodules.*
have been renamed toComposable.*
andModules.*
, respectively. This was done to improve integration into tooling like VS Code, which can now recognize these as impostable constants.The lower-case versions of these objects are still being exported in order to not immediately break existing code, but will be removed in a future version.
-
Updated dependencies [473407f]
-
Updated dependencies [473407f]
- @material-composer/[email protected]