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 hotspot-button parameter you can hide or show the hotspot button.
  5. Using the title parameter you can hide or show the title of your model.
  6. Using the hotspots parameter you can hide or show the 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/cup2/nl-NL/?menu=0"
      allow="xr-spatial-tracking; fullscreen"
      referrerpolicy="no-referrer-when-downgrade"
      width="600"
      height="510"
      frameBorder="0"
      title="Cup - 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/cup2/nl-NL/?color-button=0"
      allow="xr-spatial-tracking; fullscreen"
      referrerpolicy="no-referrer-when-downgrade"
      width="600"
      height="510"
      frameBorder="0"
      title="Cup - 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/cup2/nl-NL/?overlay-button=0"
      allow="xr-spatial-tracking; fullscreen"
      referrerpolicy="no-referrer-when-downgrade"
      width="600"
      height="510"
      frameBorder="0"
      title="Cup - vulp.studio"
  ></iframe>

Hotspot button

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

Values

Default value

0 (off).

Possible values

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

Example

  <iframe
      src="https://vulp.studio/foxmountain/cup2/nl-NL/?hotspot-button=1"
      allow="xr-spatial-tracking; fullscreen"
      referrerpolicy="no-referrer-when-downgrade"
      width="600"
      height="510"
      frameBorder="0"
      title="Cup - 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/cup2/nl-NL/?title=0"
      allow="xr-spatial-tracking; fullscreen"
      referrerpolicy="no-referrer-when-downgrade"
      width="600"
      height="510"
      frameBorder="0"
      title="Cup - vulp.studio"
  ></iframe>

Hotspots

Using the hotspots parameter you can hide or show the hotspots. Should be used in combination with hotspot-button=1.

Values

Default value

1 (on).

Possible values

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

Example

  <iframe
      src="https://vulp.studio/foxmountain/cup2/nl-NL/?hotspots=1&amp;hotspot-button=1"
      allow="xr-spatial-tracking; fullscreen"
      referrerpolicy="no-referrer-when-downgrade"
      width="600"
      height="510"
      frameBorder="0"
      title="Cup - vulp.studio"
  ></iframe>