Skip to content

Documentation / loaders / OBJImporterOptions

Type Alias: OBJImporterOptions

OBJImporterOptions = object

Defined in: libs/loaders/src/obj/obj_importer.ts:27

Properties

upAxis?

optional upAxis?: ObjUpAxis

Defined in: libs/loaders/src/obj/obj_importer.ts:35

Up axis used by the source OBJ.

OBJ files do not carry axis metadata. Most editor assets are authored by Z-up tools, so the default converts Z-up coordinates into the engine's Y-up coordinate system.

Released under the MIT License.