Interface GalleryConfig

interface GalleryConfig {
    elList: HTMLIVCElement[];
    fragmentShader: string;
    isRectAutoRefreshed: boolean;
    isScrollPositionSync: boolean;
    makuConfig: MakuConfig;
    materialParams: AllMaterialParams;
    scroller: Scroller;
    uniforms: {
        [uniform: string]: THREE.IUniform<any>;
    };
    vertexShader: string;
}

Hierarchy (view full)

Properties

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