The options.

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

Properties

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.