BimCT SDK / WebGL2 Viewer
    Preparing search index...

    Interface ShaderState

    Represents the state of shaders.

    interface ShaderState {
        shadingMode: SHADING_MODE;
        linesOn: boolean;
        hatchesOn: boolean;
        enhancedSilhouettes: boolean;
    }
    Index

    Properties

    shadingMode: SHADING_MODE
    linesOn: boolean
    hatchesOn: boolean
    enhancedSilhouettes: boolean