petrbroz / svf-utils

Utilities for working with the SVF file format used by Autodesk Platform Services.
https://petrbroz.github.io/svf-utils/
MIT License
123 stars 53 forks source link

Error: ENOENT: no such file or directory #64

Open guodan opened 1 year ago

guodan commented 1 year ago

Hi, I don't know what is the purpose of forge-convert-sqlite. So I didn't checkout that. Maybe is the reason of the error.

image

Can anybody tell me how to config this?

petrbroz commented 1 year ago

Hi @guodan,

forge-convert-sqlite is a separate research project that's trying to store/load glTF manifest to/from a sqlite database.

Regarding the error you're seeing: it looks like the converter is unable to find the file that contains list of all "fragments" (these represent individual objects in the SVF, their ID, transformation matrix, geometry, etc.). The FragmentList.pack file should always be available, and it should typically sit next to the .svf file.

How exactly did you download the SVF assets?