ThreePipe
    Preparing search index...

    Class SSAAPlugin

    SSAA Plugin

    Jitters the render camera and optionally other cameras in the scene to create a super-sampled anti-aliasing effect. This is done across multiple frames by integrating with the ProgressivePlugin

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    _dirty: boolean = false
    _viewer?: ThreeViewer
    _viewerListeners: PartialRecord<IViewerEventTypes, (e: IViewerEvent) => void> = {}
    constructor: typeof AViewerPluginSync & typeof AViewerPlugin
    dependencies: typeof ProgressivePlugin[] = ...
    enabled: boolean = true
    jitterLightCameras: boolean = true
    jitterOffsets: { x: number; y: number }[] = ...
    jitterRenderCamera: boolean = true
    rendersPerFrame: number = 1
    trackedJitterCameras: Map<TCamera, { height: number; width: number }> = ...
    uiConfig?: UiObjectConfig<any, string, any> = undefined
    OldPluginType?: string
    PluginType: "SSAAPlugin" = 'SSAAPlugin'

    Accessors

    Methods