@kognifai/cogsengine
    Preparing search index...

    Interface OGC3DTilesNotifications

    Subscription endpoints for the OGC3DTilesComponent.

    interface OGC3DTilesNotifications {
        TilesetInitializing: SubscribableNotification<() => void>;
        TilesetReady: SubscribableNotification<(transform: dmat4) => void>;
    }
    Index

    Properties

    TilesetInitializing: SubscribableNotification<() => void>

    The tileset is being initialized.

    TilesetReady: SubscribableNotification<(transform: dmat4) => void>

    The tileset is loaded, parsed and ready. The tileset's transform matrix is provided.