API Reference > imodeljs-frontend > Rendering > RenderSystem > RenderSystem.Options > dpiAwareLOD dpiAwareLOD dpiAwareLOD: undefined | boolean If true, ScreenViewports will take into account the DPI of the display when computing the level of detail for tile graphics and decorations. This can result in sharper-looking images on high-DPI devices like mobile phones, but may reduce performance on such devices. note This setting has no effect if RenderSystem.Options.dpiAwareViewports is false. see Viewport.devicePixelRatio. Default value: false Defined in core/frontend/src/render/RenderSystem.ts Line 623 Last Updated: 11 June, 2024