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.

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

Values

Default value

1 (on).

Possible values

Possible values are 1 (on) and 0 (off).

Example

  <iframe
      src="https://vulp.studio/foxmountain/moped/en-US?menu=0"
      allow="xr-spatial-tracking; fullscreen"
      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.

Values

Default value

1 (on).

Possible values

Possible values are 1 (on) and 0 (off).

Example

  <iframe
      src="https://vulp.studio/foxmountain/moped/en-US?color-button=0"
      allow="xr-spatial-tracking; fullscreen"
      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.

Values

Default value

1 (on).

Possible values

Possible values are 1 (on) and 0 (off).

Example

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

Title

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

Values

Default value

1 (on).

Possible values

Possible values are 1 (on) and 0 (off).

Example

  <iframe
      src="https://vulp.studio/foxmountain/moped/en-US?title=0"
      allow="xr-spatial-tracking; fullscreen"
      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.

Values

Default value

0 (off).

Possible values

Possible values are 1 (on) and 0 (off).

Example

  <iframe
      src="https://vulp.studio/foxmountain/chair-preview/en-US?information-button=1"
      allow="xr-spatial-tracking; fullscreen"
      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.

Values

Default value

1 (on).

Possible values

Possible values are 1 (on) and 0 (off).

Example

  <iframe
      src="https://vulp.studio/foxmountain/chair-preview/en-US?information-hotspots=1&amp;information-button=1"
      allow="xr-spatial-tracking; fullscreen"
      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.

Values

Default value

0 (off).

Possible values

Possible values are 1 (on) and 0 (off).

Example

  <iframe
      src="https://vulp.studio/foxmountain/moped/en-US?customize-button=1"
      allow="xr-spatial-tracking; fullscreen"
      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.

Values

Default value

1 (on).

Possible values

Possible values are 1 (on) and 0 (off).

Example

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