Quick Start

One page summary on how to include a Vulp model.

Requirements

  1. Customer identifier customerId.
  2. Model identifier modelId.
  3. Language identifier lang.

Embed code

By including the following HTML snippet you can include a Vulp model inside your web page. Replace the variables customerId, modelId and lang with the appropriate values and set the width and height to the required dimensions.

  <iframe
    src="https://vulp.studio/<customerId>/<modelId>/<lang>"
    allow="xr-spatial-tracking; fullscreen"
    referrerpolicy="no-referrer-when-downgrade"
    width="600"
    height="400"
    frameBorder="0"
    title="vulp.studio"
  ></iframe>

Example