@masatomakino/threejs-shader-materials
    Preparing search index...

    Interface IExpandable

    interface IExpandable {
        expansionStrength: number;
        uniforms: { [uniform: string]: IUniform<any> };
    }

    Implemented by

    Index

    Properties

    expansionStrength: number
    uniforms: { [uniform: string]: IUniform<any> }