Overview
FbxLoadOptions configures how a FBX (.fbx) file is imported into a Scene. Construct an instance, set the desired properties, and pass it to Scene.open() alongside the file path to override the format defaults. Common settings cover which node hierarchies to load, how embedded materials are resolved, and whether animation data is included in the import. When no FbxLoadOptions is supplied, Scene.open() applies the FBX (.fbx) defaults defined by FbxFormat.
Properties
| Name | Type | Access | Description |
|---|
keepBuiltinGlobalSettings | boolean | Read | Indicates whether built‑in global settings are preserved when loading an FBX file |
Methods
| Signature | Description |
|---|
constructor() | |
See Also