Fixes #79
This PR adds a getFilePaths helper which returns all the file paths on a given folder, including all the file paths in subfolders. This is used for the GLTF preview and it fixes there issue caused by GLTF files that loaded files from subdirectory (before this PR we could only support GLTF files that loaded files from the same folder than the GLTF file).
Fixes #79 This PR adds a
getFilePaths
helper which returns all the file paths on a given folder, including all the file paths in subfolders. This is used for the GLTF preview and it fixes there issue caused by GLTF files that loaded files from subdirectory (before this PR we could only support GLTF files that loaded files from the same folder than the GLTF file).