Viewer
    Preparing search index...

    Interface ISceneEvent

    Definition of the scene event. These events are sent for scene specific events (EVENTTYPE_SCENE).

    interface ISceneEvent {
        boundingBox: { max: vec3; min: vec3 };
        viewportId: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    boundingBox: { max: vec3; min: vec3 }

    The bounding box of the scene.

    viewportId: string