interface PLYGeometryConstructorProps {
    frustumCulled?: boolean;
    sessionCache?: boolean;
    source: string;
}

Properties

frustumCulled?: boolean

false

sessionCache?: boolean

If true, this component will store the downloaded PLY model in IndexedDB, with a key held in session storage to allow rapid reloading without relying on the browser cache.

source: string

files *.ply