Engine API Reference - v2.6.1
    Preparing search index...

    Interface SplatMaterialOptions

    The options.

    interface SplatMaterialOptions {
        chunks?: {};
        defines?: string[];
        dither?: string;
        fragment?: string;
        vertex?: string;
    }
    Index

    Properties

    chunks?: {}

    Custom shader chunks.

    defines?: string[]

    List of shader defines.

    dither?: string

    Opacity dithering enum.

    fragment?: string

    Custom fragment shader, see SPLAT MANY example.

    vertex?: string

    Custom vertex shader, see SPLAT MANY example.