Module config

Module config 

Expand description

Write-access helper types for the UI configuration.

Mirrors voraus_3d_visu.client.config.

The UI configuration (scene background, grid and logo) is seeded server-side from the V3DVISU_* environment variables and can be overridden at runtime through live instructions. These helpers build the flat, dot-separated configuration keys understood by the browser, mirroring the UIConfig hierarchy (e.g. .scene.grid.sectionSize for the section size).

The server- and browser-only settings (debug and pollInterval) are intentionally not exposed: the server drops them when received via live instructions.

Structsยง

Config
Write-access helper for the UI configuration.
GridConfig
Write-access helper for the scene grid configuration.
SceneConfig
Write-access helper for the scene configuration.