gpu-curtains
    Preparing search index...

    Interface GLTFMaterialsSheenExtension

    Define the KHR_materials_sheen extension materials options.

    interface GLTFMaterialsSheenExtension {
        sheenColorFactor?: [number, number, number];
        sheenColorTexture?: ITextureInfo;
        sheenRoughnessFactor?: number;
        sheenRoughnessTexture?: ITextureInfo;
    }
    Index

    Properties

    sheenColorFactor?: [number, number, number]

    The sheen color in linear space. Default to [0, 0, 0].

    sheenColorTexture?: ITextureInfo

    The sheen color, stored in the RGB channels. The sheen color is in sRGB transfer function.

    sheenRoughnessFactor?: number

    The sheen roughness. Default to 0.

    sheenRoughnessTexture?: ITextureInfo

    The sheen roughness texture, stored in the alpha A channel.