Transparent Background

Via InitData, you can remove the background of the scene completely allowing the embedding iframe to be transparent and elements behind it to be visible through the scene. Example (opens new window).

Embedding example

const configurator = await RoomleConfiguratorApi.create(
  "demoConfigurator",
  document.getElementById("configurator-container"),
  {
    id: '...',
    transparentBackground: true,
  }
);

Query Parameter

&transparentBackground=true

Last updated