OptionalimportStatic_Saves the current resource path in the gltf document extras/userData, which is then exported along with the asset when its exported using GLTFExporter2. This value is then used the next time that file is imported to correctly resolve external assets from the original resource path. [wip]
Static_StaticBundledStaticCreateIf true, the loader will create unique names for objects in the gltf file when multiple objects with the same name are found.
This is useful when importing gltf files with multiple objects with the same name, and creating animations for them.
If set to 'auto', it will only create unique names when loading a rootSceneModelRoot, i.e. the scene object exported with AssetExporter
StaticImportStaticUseUse MeshLine(an extension of three.js Line2) instead of default Line for lines. This allows changing line width and other properties like dashed.
This is the default value for the flag, it can also be controlled by using the useMeshLines in the import options.
This is run post parse to extract the result scene from the GLTF object
Preparsers are run on the arraybuffer/string before parsing to read the glb/gltf data