Hello everyone,
I need to export OBJ, FBX and DAE files to .babylon file format using a .NET source code by running Microsoft Visual Studio 2015. The one in the github is old and doesn't contain the OBJ exporter. https://github.com/BabylonJS/Babylon.js/tree/master/Exporters/Unsupported
I don't want to use other applications such as 3DMax or Blender to export to .babylon format because I need to use the source code in my in-house developed application.
I appreciate if you can share that source code for babylon exporter which exports from OBJ, FBX and DAE.