- loadGltf(url, options?): Promise<LoadResultType>
Parameters
- url: string
- options: {
fetcher?: Fetcher;
light?: boolean;
modelUpAxis?: "Y" | "Z";
upAxis?: "Y" | "Z";
} = {}Optional
fetcher?: Fetcher
Optional
light?: boolean
Optional
modelUpAxis?: "Y" | "Z"
Optional
upAxis?: "Y" | "Z"