iTwin / viewer

Monorepo that contains the iTwin Viewer npm packages and their related packages
MIT License
25 stars 16 forks source link

Localization #77

Closed aruniverse closed 2 years ago

aruniverse commented 2 years ago
bsteinbk commented 2 years ago

@aruniverse - Here is the code the I put in my-3.0-viewer to set UI defaults to Gino's latest recommendations. Maybe you could set these some else so users do not need to do this.

const onIModelAppInit = () => { UiShowHideManager.setAutoHideUi(true); UiShowHideManager.setUseProximityOpacity(false); }