NavVis IVION API
    Preparing search index...

    Interface ThirdPartyLibraryInterface

    Service that exports dependencies like three.js, tween.js

    interface ThirdPartyLibraryInterface {
        Hammer: any;
        info: ThirdPartyLibrariesInfo<
            ThirdPartyLibraries,
            ThirdPartyLibraryDetailsInterface,
        >;
        THREE: any;
        TWEEN: {};
    }
    Index

    Properties

    Properties

    Hammer: any

    Lists third party libraries and their versions

    THREE: any
    TWEEN: {}