API/IViewerConfigIViewerConfigCore.IViewerConfig exported from @manycore/aholo-viewer.CoreInterfaceinterface IViewerConfig { pixelRatio?: number; pipeline?: IPipelineConfig;} Properties pixelRatio1.0 pixelRatio?: number pixel ratio used for rendering Remarksdefault the renderer will use physical pixel in rendering. if devicePixelRatio is large on some device, will cause performance issue, could set it to 1 / devicePixelRatio pipeline pipeline?: IPipelineConfig render pipeline config ←ITaaPluginConfigIViewerContext→
pixel ratio used for rendering