Skip to content

Releases: hmans/composer-suite

@hmans/[email protected]

16 Sep 16:03
6675a0c
Compare
Choose a tag to compare

Patch Changes

  • 2a56a89: The mutable list API now also contains a useItem hook that makes adding something to the list much more convenient.

[email protected]

14 Sep 13:44
6ed5409
Compare
Choose a tag to compare

Patch Changes

[email protected]

14 Sep 13:44
6ed5409
Compare
Choose a tag to compare

Patch Changes

[email protected]

14 Sep 14:03
8cd3f9f
Compare
Choose a tag to compare

Patch Changes

  • 7a3ba7b: Fix: In the last update, the value of InstanceID was accidentally always set to 0. This has been fixed, and I have reported to Open Source HR to fire myself.

[email protected]

14 Sep 13:44
6ed5409
Compare
Choose a tag to compare

Patch Changes

  • f669675: The InstanceID unit is now available in the fragment shader through a flat varying.
  • f669675: New feature: Units that use varyings can now be configured to use flat varyings by setting their varying configuration option to "flat".

[email protected]

14 Sep 13:44
6ed5409
Compare
Choose a tag to compare

Patch Changes

[email protected]

14 Sep 13:44
6ed5409
Compare
Choose a tag to compare

Patch Changes

[email protected]

13 Sep 09:22
36f308b
Compare
Choose a tag to compare

Patch Changes

  • 481cc82: Fixed a bug in the use of key within <Repeat> that caused React to log warnings.

[email protected]

13 Sep 15:47
0208245
Compare
Choose a tag to compare

Patch Changes

  • 63afffb: <RenderPipeline> now supports a godRays prop. When enabled, you can set the position of the sun by getting the sun prop of useRenderPipeline and modifying it.

[email protected]

13 Sep 14:22
e657f09
Compare
Choose a tag to compare

Patch Changes

  • e632a35: The Rotate module will now also, by default, rotate the vertex normal. If, for some reason, you don't want this to happen, just set the normal option to false.
  • e632a35: The Rotate module now also happily accepts rotation matrices of type mat4.