ThingOrigin.js
    Preparing search index...

    Interface ThingOriginParams

    interface ThingOriginParams {
        camera?: cameraParams;
        controls?: controlsParams;
        effectComposer?: effectComposerParams;
        helper?: helperParams;
        lights?: lightParams[];
        markerList?: markerListParams[];
        modelList?: modelInfoParams[];
        scene?: sceneParam;
        shadow?: boolean;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    camera?: cameraParams
    controls?: controlsParams
    effectComposer?: effectComposerParams
    helper?: helperParams
    lights?: lightParams[]
    markerList?: markerListParams[]
    modelList?: modelInfoParams[]
    scene?: sceneParam
    shadow?: boolean