Schema: Version v0
v0.5: 12 Oct 2023
New entities
- Added an “image” entity for inserting images into the UI. See the imageConfig docs.
- Added an “obj” entity. See the objectConfig docs.
v0.4: 14th Sept 2023
Popup
- Added a “popup form”. See the popupConfig docs.
v0.3: 8th Sept 2023
Viewer
- Updated the viewer “fog” functionality to include only the grid, and exclude all other objects. See the settingsConfig docs.
v0.2: 4th Sept 2023
Viewer
- Updated the “zoom to fit” functionality to only include objects created by the user (and to exclude other types of objects such as cameras, lights, and grids). See the zoomButton docs.
- Updated objects created by the user to cast shadows. See setting shadows to true in the settingsConfig docs.
- Added default grid to the viewer options. See setting grid to true in the settingsConfig docs.
v0.1: 1st Sept 2023
Viewer
- Added a “button bar” to the
ViewerConfig
. See the ViewerConfig docs.- The “zoom to fit” button that was previously shown by default is now configurable as part of the button bar. See the buttonBar docs.
- Added a “toggle layer” button that can be placed in the viewer button bar. See the layerToggle docs.