settingsConfig
Examples
kind: BasicSettings
size: 500 # OPTIONAL
grid: true # OPTIONAL
axes: true # OPTIONAL
fog: true # OPTIONAL
shadows: true # OPTIONAL
Object properties
Name |
Type |
Required |
kind |
Constant: BasicSettings |
yes |
size |
number |
no |
grid |
boolean |
no |
axes |
boolean |
no |
fog |
boolean |
no |
shadows |
boolean |
no |
- Object with the following properties:
kind
(required): Constant BasicSettings
- The basic settings of the viewer
size
(optional): number
- The size determines the view size of the model
grid
(optional): boolean
- The grid option determines whether to show the grid or not
axes
(optional): boolean
- The axes option determines whether to show the axes or not
fog
(optional): boolean
- The fog option determines whether to show the fog or not
shadows
(optional): boolean
- The shadows option determines whether to show the shadows or not