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

    Interface ISceneInfo

    Scene related metrics.

    interface ISceneInfo {
        edges: number;
        lines: number;
        objects: number;
        points: number;
        triangles: number;
    }
    Index

    Properties

    edges: number

    The total number of edges in the scene.

    lines: number

    The total number of lines in the scene.

    objects: number

    The total number of objects in the scene graph.

    points: number

    The total number of point primitives in the scene.

    triangles: number

    The total number of triangles in the entire scene.