S
S
Setaz2132020-04-18 18:04:39
Python
Setaz213, 2020-04-18 18:04:39

How to create a Minecraft 3D model in Python?

Hello!
Roughly speaking, there is a minecraft skin png / jpg. From it, in any way, you need to make a 3D model, also in png / jpg

Example
5e9b167451547645471256.jpeg

I don’t understand 3D models, I wanted to use an external API, but it is used everywhere by UUID or nickname (a license is needed). How can I make a 3D model, subsequently, an image using Python?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
alfss, 2020-04-18
@Setaz213

You need to take a 3D engine / opengl, write a program that reads sprites and stretches them onto 3 objects, render the resulting model and save it as an image.

K
Kirill Petrov, 2020-04-18
@Recosh

You can load the model into a 3D blender and then get images through the python apishka. The blender itself uses python as a scripting language.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question