Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Configs Abstract

Manages global configurations for all Viewers.

Hierarchy

  • Configs

Index

Constructors

Accessors

  • get doublePrecisionEnabled(): boolean
  • set doublePrecisionEnabled(doublePrecision: boolean): void
  • Gets whether double precision mode is enabled for all Viewers.

    When double precision mode is enabled (default), Viewers will accurately render models that contain double-precision coordinates, without jittering.

    Returns boolean

  • Sets whether double precision mode is enabled for Viewers.

    When double precision mode is enabled (default), Viewers will accurately render models that contain double-precision coordinates, without jittering.

    Parameters

    • doublePrecision: boolean

    Returns void

Generated using TypeDoc