Model style
Set the default color of your model and style its shadow.
Description
The model can be styled in two ways:
- Using the color parameter you can define the default color of your model.
- Using the shadow-intensity parameter you can define the appearance of the shadow of your model.
Color
Using the color
parameter you can define the default color of your model.
Values
Default value
The default value is set in the Content Management System (CMS).
Possible values
The possible values are depending on your model. All values are lowercase alpha-numeric.
Example
<iframe
src="https://vulp.studio/foxmountain/cup/nl-NL/?color=yellow"
allow="xr-spatial-tracking; fullscreen"
referrerpolicy="no-referrer-when-downgrade"
width="600"
height="510"
frameBorder="0"
></iframe>
Shadow intensity
Using the shadow-intensity
parameter you can define the appearance of the shadow of your model.
Values
Default value
The default value is set in the Content Management System (CMS).
Possible values
A value between 0.0
and 10.0
representing the intensity of the shadow. 0
disables the shadow.
Example
<iframe
src="https://vulp.studio/foxmountain/cup/nl-NL/?shadow-intensity=3.0"
allow="xr-spatial-tracking; fullscreen"
referrerpolicy="no-referrer-when-downgrade"
width="600"
height="510"
frameBorder="0"
></iframe>