API / IViewerConfig IViewerConfig Core.IViewerConfig exported from @manycore/aholo-viewer. Core Interface interface IViewerConfig { pixelRatio?: number; pipeline?: IPipelineConfig;}PropertiespixelRatio1.0pixelRatio?: numberpixel 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 pipelinepipeline?: IPipelineConfigrender pipeline config ← IPipelineConfig downloadTexture →
pixel ratio used for rendering