Buttons and overlays

Set the look and feel of the buttons and overlays.

Description

The look and feel of the buttons and overlays can be changed using (a combination of) parameters:

  1. Using the menu parameter you can enable or disable the entire menu.
  2. Using the color-button parameter you can hide or show the color button.
  3. Using the overlay-button parameter you can hide or show the overlay button.
  4. Using the title parameter you can hide or show the title of your model.
  5. Using the information-button parameter you can hide or show the information button.
  6. Using the information-hotspots parameter you can hide or show the information hotspots.
  7. Using the customize-button parameter you can hide or show the customize button.
  8. Using the customize-hotspots parameter you can hide or show the customize hotspots.
  9. Using the share-button parameter you can hide or show the share button.

Using the menu parameter you can enable or disable the entire menu.

ParameterSupported valuesDefault value
menu1 (on) or 0 (off)1 (on)

Example

  <iframe
      src="https://vulp.studio/foxmountain/moped/en-US?menu=0"
      allow="xr-spatial-tracking; fullscreen; web-share"
      referrerpolicy="no-referrer-when-downgrade"
      width="600"
      height="510"
      frameBorder="0"
      title="Moped - vulp.studio"
  ></iframe>

Color button

Using the color-button parameter you can hide or show the color button.

ParameterSupported valuesDefault value
color-button1 (on) or 0 (off)1 (on)

Example

  <iframe
      src="https://vulp.studio/foxmountain/moped/en-US?color-button=0"
      allow="xr-spatial-tracking; fullscreen; web-share"
      referrerpolicy="no-referrer-when-downgrade"
      width="600"
      height="510"
      frameBorder="0"
      title="Moped - vulp.studio"
  ></iframe>

Overlay button

Using the overlay-button parameter you can hide or show the overlay button.

ParameterSupported valuesDefault value
overlay-button1 (on) or 0 (off)1 (on)

Example

  <iframe
      src="https://vulp.studio/foxmountain/chair-preview/en-US?overlay-button=0"
      allow="xr-spatial-tracking; fullscreen; web-share"
      referrerpolicy="no-referrer-when-downgrade"
      width="600"
      height="510"
      frameBorder="0"
      title="Chair-Preview - vulp.studio"
  ></iframe>

Title

Using the title parameter you can hide or show the title of your model.

ParameterSupported valuesDefault value
title1 (on) or 0 (off)1 (on)

Example

  <iframe
      src="https://vulp.studio/foxmountain/moped/en-US?title=0"
      allow="xr-spatial-tracking; fullscreen; web-share"
      referrerpolicy="no-referrer-when-downgrade"
      width="600"
      height="510"
      frameBorder="0"
      title="Moped - vulp.studio"
  ></iframe>

Information button

Using the information-button parameter you can hide or show the information button.

ParameterSupported valuesDefault value
information-button1 (on) or 0 (off)0 (off)

Example

  <iframe
      src="https://vulp.studio/foxmountain/chair-preview/en-US?information-button=1"
      allow="xr-spatial-tracking; fullscreen; web-share"
      referrerpolicy="no-referrer-when-downgrade"
      width="600"
      height="510"
      frameBorder="0"
      title="Chair-Preview - vulp.studio"
  ></iframe>

Information hotspots

Using the information-hotspots parameter you can hide or show the information hotspots. This parameter should be used in combination with information-button=1.

ParameterSupported valuesDefault value
information-hotspots1 (on) or 0 (off)1 (on)

Example

  <iframe
      src="https://vulp.studio/foxmountain/chair-preview/en-US?information-hotspots=1&amp;information-button=1"
      allow="xr-spatial-tracking; fullscreen; web-share"
      referrerpolicy="no-referrer-when-downgrade"
      width="600"
      height="510"
      frameBorder="0"
      title="Chair-Preview - vulp.studio"
  ></iframe>

Customize button

Using the customize-button parameter you can hide or show the customize button.

ParameterSupported valuesDefault value
customize-button1 (on) or 0 (off)0 (off)

Example

  <iframe
      src="https://vulp.studio/foxmountain/moped/en-US?customize-button=1"
      allow="xr-spatial-tracking; fullscreen; web-share"
      referrerpolicy="no-referrer-when-downgrade"
      width="600"
      height="510"
      frameBorder="0"
      title="Moped - vulp.studio"
  ></iframe>

Customize hotspots

Using the customize-hotspots parameter you can hide or show the customize hotspots. This parameter should be used in combination with customize-button=1.

ParameterSupported valuesDefault value
customize-hotspots1 (on) or 0 (off)1 (on)

Example

  <iframe
      src="https://vulp.studio/foxmountain/moped/en-US?customize-hotspots=1&amp;customize-button=1"
      allow="xr-spatial-tracking; fullscreen; web-share"
      referrerpolicy="no-referrer-when-downgrade"
      width="600"
      height="510"
      frameBorder="0"
      title="Moped - vulp.studio"
  ></iframe>

Share button

Using the share-button parameter you can hide or show the overlay button.

ParameterSupported valuesDefault value
share1 (on) or 0 (off)1 (on)

Example

  <iframe
      src="https://vulp.studio/foxmountain/moped/en-US?share-button=0"
      allow="xr-spatial-tracking; fullscreen; web-share"
      referrerpolicy="no-referrer-when-downgrade"
      width="600"
      height="510"
      frameBorder="0"
      title="Moped - vulp.studio"
  ></iframe>