-
Notifications
You must be signed in to change notification settings - Fork 0
How to import views from MVS?
marek edited this page Feb 8, 2026
·
2 revisions
-
Open
singlestate tree- Although
singlestate tree does not have any explicit snapshots (views), we create a default snapshot from theroot, we also set the new snapshot metadata based on global story metadata (title, description), which is similar to what Molstar does itself. - Then, we convert the state tree automatically to the
multiplekind; we leave the camera empty if no camera node was defined. - Load state tree into context, from now on, we have unified the behaviour for
singleandmultiplekinds.
- Although
-
Open
multiplestate tree- Load state tree into context.
- Selection of the snapshot (view) is possible by different means (using the custom
ViewCardUI interface or using the default Molstar UI). - Based on the user's action, either modify the concrete view in the state tree by overriding it, or push it to the state tree snapshots' list.