importFiles
Imports a file or an array of files to be loaded to the scene. There are multiple ways that can be used to specify the source of the files.
Parameters
Description
Type
files
Defines the source files to be imported into the current scene.
These are the file extensions that work out of the gate:
.zip (containing any of the following), .jpeg, .jpg, .png, .gif, .mp4, .json, .glb, .gltf, .fbx, .obj, .stl
Usage:
Last updated