Floating UI

Vectary configurators can be enhanced with a Floating UI (FUI for short), with the ability to customize different parts displayed (text, images, links, etc)

A configurator is, at a base level, just a model that contains any number of Variants and/or Materials.

learn more about configurators here: https://www.vectary.com/3d-configurator-maker

Example

Here’s an example which loads a configurator and uses the API to:

  • Listen to changes in the configurator.

  • Load/save changes into the local storage of the user.

  • If a configuration has been saved, it will attempt to load it.

Get configuration state

getConfigurationState

Set configuration state

setConfigurationState

Last updated