• Parameters

    • url: string
    • options: {
          color?: Color;
          fetcher?: Fetcher;
          light?: boolean;
          upAxis?: "Y" | "Z";
      } = {}
      • Optionalcolor?: Color
      • Optionalfetcher?: Fetcher
      • Optionallight?: boolean
      • OptionalupAxis?: "Y" | "Z"

    Returns Promise<LoadResultType>