Interface MojiConfig

interface MojiConfig {
    elList: HTMLElement[];
    fragmentShader: string;
    isScrollPositionSync: boolean;
    materialParams: AllMaterialParams;
    scroller: Scroller;
    textMeshConfig: any;
    uniforms: {
        [uniform: string]: THREE.IUniform<any>;
    };
    vertexShader: string;
}

Properties

elList: HTMLElement[]
fragmentShader: string
isScrollPositionSync: boolean
materialParams: AllMaterialParams
scroller: Scroller
textMeshConfig: any
uniforms: {
    [uniform: string]: THREE.IUniform<any>;
}
vertexShader: string