I want to convert a .SVF file to .GLTF file. I know by using the node command I can convert the file (https://github.com/petrbroz/forge-convert-utils). Is there any way to do it in C#/.Net?
Unfortunately the implementation of such conversion is only available in Node.js at the moment.