Aholo-Viewer Config

Reference for ViewerConfig, render modes, and post-processing options.

Overview

ViewerConfig controls the default rendering behavior of Aholo-Viewer.

Configuration Path

function setViewerConfig(ctx: Viewer | Viewport, config: IViewerConfig);

PipelineConfig

pipelineConfig controls all pipeline features. Each pipeline section can be toggled with the enable option.

  • Background: Controls background rendering, such as skyboxes and ground grids.
  • Composite: Controls composition before output, usually to optimize multi-view rendering performance.
  • Splatting: Controls 3DGS rendering behavior. For detailed parameter guidance, see 3dgs-preset-config.
  • TAA: Controls static temporal supersampling anti-aliasing.

Full Parameter Reference