如视 Five SDK
    Preparing search index...

    Interface THREEGLTF

    interface THREEGLTF {
        animations: AnimationClip[];
        asset: {
            copyright?: string;
            extensions?: any;
            extras?: any;
            generator?: string;
            minVersion?: string;
            version?: string;
        };
        cameras: Camera[];
        parser: GLTFParser;
        scene: Group;
        scenes: Group[];
        userData: any;
    }
    Index

    Properties

    animations: AnimationClip[]
    asset: {
        copyright?: string;
        extensions?: any;
        extras?: any;
        generator?: string;
        minVersion?: string;
        version?: string;
    }
    cameras: Camera[]
    parser: GLTFParser
    scene: Group
    scenes: Group[]
    userData: any