Volumetrics-io / mrjs

An extensible WebComponents library for the Spatial Web
https://mrjs.io
MIT License
148 stars 9 forks source link

add ability for `clip:#` or no-specification for all clips; includes support for animations in multilayer-meshes #610

Closed hanbollar closed 2 months ago

hanbollar commented 2 months ago

Linking

Related to #600

Problem

the fix for multi-layer meshes before made clip specifics no longer run, but it wasnt an issue noted yet thankfully

Solution

handle the two cases separately

Breaking Change

allows no mention of clip - all animations play mention of clip - specific animation plays

and support for multi-layer meshes regardless of whether there are animations in every layer

Notes

Notes and any associated research or links


Required to Merge

https://github.com/Volumetrics-io/mrjs/assets/19377312/a6a9af8d-21dd-458e-9644-fe05b58b45fc

render[bot] commented 2 months ago

Your Render PR Server URL is https://examples-mrjs-pr-610.onrender.com.

Follow its progress at https://dashboard.render.com/static/srv-coq3h12cn0vc73fll38g.

hanbollar commented 2 months ago

merging since small fix