Methods
parse(objText) → {ObjParsedData}
Parses the OBJ text into structured data.
Parameters:
| Name | Type | Description |
|---|---|---|
objText |
string | OBJ file contents. |
- Source:
Throws:
-
When `objText` is not a string.
- Type
- TypeError
Returns:
- Parsed OBJ data including geometry arrays, material libraries, and `object/group/chunk` structure.
- Type
- ObjParsedData