OBJLoader
The OBJLoader
parses the OBJ half of the classic Wavefront OBJ/MTL format.
Loader | Characteristic |
---|---|
File Extension | .obj |
File Type | Text |
File Format | Wavefront OBJ file |
Data Format | Mesh |
Decoder Type | Synchronous |
Worker Thread Support | Yes |
Streaming Support | No |
Usage
import {OBJLoader} from '@loaders.gl/obj';
import {load} from '@loaders.gl/core';
const data = await load(url, OBJLoader, options);
Options
Option | Type | Default | Description |
---|