chunky-dev / chunky

A path tracer to create realistic images of your Minecraft worlds.
https://chunky-dev.github.io/docs
GNU General Public License v3.0
633 stars 76 forks source link

Schematic support #455

Open Came1ot opened 6 years ago

Came1ot commented 6 years ago

Is it possible to render single schematic and save it picture to file using the console? I just want to make a single-shot image of 3d view to my schematic. I want to make image combination from schematic set to easily sort my schematic pack. Struggling on the internet too much time. Don't know how to make it. Maybe the best way will be to convert schematic to 3d model and after that render through console?

llbit commented 6 years ago

I'm not sure what type of schematic you mean? A schematic for a Minecraft build?

Came1ot commented 6 years ago

I mean Minecraft schematic. It's simple - I just want to render it quick and take auto screenshot. And all that using console/terminal.

Came1ot commented 6 years ago

snapshot That's my ugly fast solution opengl. Look very shitty. It's a screenshot with some blocks from schematic rendered using opengl on python and saved to file as screenshot.

llbit commented 6 years ago

If you mean this format, Chunky can't render it yet. But it sounds like an interesting feature to add in the future.