0

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...

Tom
  • 326
  • 2
  • 17

1 Answers1

0

I ended up using Puppeteer, a nodeJS library, where I push the result to my python API then.

Tom
  • 326
  • 2
  • 17