• Initialize the WWT engine and launch its rendering loop.

    While this function is maintained for backwards compatibility, modern users should use the WWTControlBuilder class to initialize and instantiate the engine.

    The engine is not immediately usable since it must perform initialization that includes fetching resources from the network.

    Parameters

    • divId: string

      The id of the DOM element into which the WWT WebGL surface will be inserted.

    Returns ScriptInterface

    A handle to a ScriptInterface associated with this engine instance.

Generated using TypeDoc