How can I take a screenshot of a GLTF model in python?
The idea is to load and position a 3D model and save the screenshot as an image. I want to run this on a server, where I will host the models. I found some javascript frontend solutions, but I need it server side.
Unfortunately I haven't found anything yet which worked...