Search code examples
c#.netautodesk-forgegltfforge

How to Convert .SVF file to .GLTF by using Forge in C#/.Net


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?


Solution

  • Unfortunately the implementation of such conversion is only available in Node.js at the moment.