Interface WebGLRendererModuleOptions

interface WebGLRendererModuleOptions {
    autoClear?: boolean;
    clearColor?: ColorRepresentation;
    clearColorAlpha?: number;
    pixelRatio?: number;
    renderUpdate?: boolean;
    stylePosition?: string;
}

Hierarchy

  • WebGLRendererParameters
    • WebGLRendererModuleOptions

Properties

autoClear?: boolean
clearColor?: ColorRepresentation
clearColorAlpha?: number
pixelRatio?: number
renderUpdate?: boolean
stylePosition?: string