wima
    Preparing search index...

    Interface WebglMaterialPluginOptions<T>

    interface WebglMaterialPluginOptions<T extends Material & UniformBind> {
        fragment3d: string;
        material: Constructor<T>;
        vertex3d: string;
    }

    Type Parameters

    Index

    Properties

    fragment3d: string
    material: Constructor<T>
    vertex3d: string