Godlander / objmc

A tool to bypass Minecraft Java Edition model limits by baking vertex data into texture.
MIT License
517 stars 43 forks source link

Reduced mipmap level #37

Closed nea-c closed 1 year ago

nea-c commented 1 year ago

Exporting with a square (1024x1024) texture will increase the vertical size of the output image slightly and reduce the mipmap levels of the texture.

How can I export at 1024x2048 size?

Godlander commented 1 year ago

change line 79 to nopow = False

nea-c commented 1 year ago

Thanks!