Locations Config
warning
When you Save Objects from the Steel Studio app, this file is saved so that the next time the visibility is kept.
info
You can specify Mesh names like in CSP configs with ? (question mark) to select more objects with similar name
Config file properties
extension/steelstudio/objects.json
[
{ "meshNames": ["MESHES1?"], "name": "Meshes 1", "enabled": true },
{ "meshNames": ["MESHES2?"], "name": "Meshes 2", "enabled": true }
]
Name | Description | Possible values |
---|---|---|
meshNames | String Array of the meshes to control visibility | Array of String |
name | Label of the objects seen in the app | String |
enabled | Default visibility | true | false |