Hacker News new | ask | show | jobs
by folli 1535 days ago
That's cool!

Related question: is there a straightforward way to generate a preview image (PNG or JPG or whatever) from a 3D model (e.g. GLTF file)?

1 comments

Yes, there is a command line program in the repository https://github.com/EYHN/space-thumbnails/tree/main/crates/cl...

USAGE: space-thumbnails-cli.exe [OPTIONS] --input <INPUT> <OUTPUT>

Currently it is not released in github release, you need to build it manually. It is written in rust, if you don't know much about rust, let me know I can help you.