Class CustomShaderMaterial<T>

Type Parameters

Hierarchy

  • Material
    • CustomShaderMaterial

Constructors

Properties

Methods

Constructors

Properties

uniforms: Uniform

Methods

  • Update the material with new arguments. TODO: Fix memory leak.

    Parameters

    • opts: Partial<Omit<iCSMParams<T>, "baseMaterial">> = {}

      Options to update the material with.

    Returns void

    Deprecated

    This method leaks memory.