The options.

interface SplatMaterialOptions {
    dither: string;
    fragment: string;
    vertex: string;
}

Properties

dither: string

Opacity dithering enum.

fragment: string

Custom fragment shader, see SPLAT MANY example.

vertex: string

Custom vertex shader, see SPLAT MANY example.