bakamono
bakamono
CC#
Created by Legion on 12/30/2023 in #help
✅ Is there a library for processing FBX or GLTF files?
glad I was able to help :^)
21 replies
CC#
Created by Legion on 12/30/2023 in #help
✅ Is there a library for processing FBX or GLTF files?
like, have a script that loads models one by one, renders them to textures and saves to a file on disk
21 replies
CC#
Created by Legion on 12/30/2023 in #help
✅ Is there a library for processing FBX or GLTF files?
Well, you could use Godot to automate this process
21 replies
CC#
Created by Legion on 12/30/2023 in #help
✅ Is there a library for processing FBX or GLTF files?
Writing plugins for blender is... a bit painful
21 replies
CC#
Created by Legion on 12/30/2023 in #help
✅ Is there a library for processing FBX or GLTF files?
For rendering just pick any graphics API and write a very simple renderer
21 replies
CC#
Created by Legion on 12/30/2023 in #help
✅ Is there a library for processing FBX or GLTF files?
Adjusting the angle, resolution, etc is very simple, it's basic linear algebra and there are plenty of libraries that will make correct view and projection matrices for you
21 replies
CC#
Created by Legion on 12/30/2023 in #help
✅ Is there a library for processing FBX or GLTF files?
You'd most likely need to write a wrapper for the C++ code in C and then make bindings for this wrapper, I don't think it'd be worth the time in the slightest
21 replies
CC#
Created by Legion on 12/30/2023 in #help
✅ Is there a library for processing FBX or GLTF files?
About the mentioned FbxSharp:
The bindings were built to support the Fbx Exporter package (com.unity.formats.fbx).

The bindings are a subset of the FBX SDK, and in particular they do not support all that you would need for a general-purpose importer.
The bindings were built to support the Fbx Exporter package (com.unity.formats.fbx).

The bindings are a subset of the FBX SDK, and in particular they do not support all that you would need for a general-purpose importer.
21 replies
CC#
Created by Legion on 12/30/2023 in #help
✅ Is there a library for processing FBX or GLTF files?
If I were you, I'd definitely pick GLTF over FBX for this task, GLTF is much simpler to deal with and there are plenty of libraries for loading models in GLTF, FBX on the other hand... it's way more complex and the only reliable library is proprietary and written in C++
21 replies
CC#
Created by Legion on 12/30/2023 in #help
✅ Is there a library for processing FBX or GLTF files?
I don't think there's a library in C# that would do so much for you, you'll most likely need to implement those things yourself
21 replies