@twinfinity/core
    Preparing search index...

    Interface CreateGpuPickingMaterialContext

    interface CreateGpuPickingMaterialContext {
        globalRenderState: GlobalState;
        ifcProductColorTexture: LazyResizableRawTexture;
        ifcProductPropertiesTexture: LazyResizableRawTexture;
        isIfcMesh: boolean;
        outlineDiscerningMaterial: boolean;
        sideOrientation: number;
    }
    Index

    Properties

    globalRenderState: GlobalState
    ifcProductColorTexture: LazyResizableRawTexture
    ifcProductPropertiesTexture: LazyResizableRawTexture
    isIfcMesh: boolean
    outlineDiscerningMaterial: boolean
    sideOrientation: number