C#C
C#2y ago
Legion

✅ Is there a library for processing FBX or GLTF files?

I essentially need to do 2 things:
  1. Generate an orthographic image of a 3D model
  2. Generate the normals for the same..
I'm trying to find a way to automate the generation of these images for a 2D game so that we only need to use blender for modelling, rather than rendering.
A couple of things i've noticed currently are, MixedReality, and GLTF loader, but i don't know if these are relevant to my needs.

What I hope to build is a simple commandline tool that loads a directory of model files and dumps the images.
The library I need would let me adjust the angle, resolution etc.
Was this page helpful?