@inweb/viewer-visualize
    Preparing search index...

    Interface IMemoryInfo

    Memory related metrics.

    interface IMemoryInfo {
        geometries: number;
        materials: number;
        textures: number;
        totalEstimatedGpuBytes: number;
    }
    Index

    Properties

    geometries: number

    The number of unique geometries and the memory they consume.

    materials: number

    The number of unique materials in use.

    textures: number

    The number of textures and the memory they consume.

    totalEstimatedGpuBytes: number

    An estimation of the total VRAM being used by the WebGL context.