Greetings, friends. I am writing another minecraft clone and I want to combine the blocks into a single object. I want to make the union not by chunks, but “each with a neighbor” when placed. The architecture for this solution has already been invented and implemented, it remains to “write one function”
I read this forum, but have not yet understood where to start.
What is now incomprehensible:
- how to combine meshes? Are there any tools for this or do you need to do it manually?
- Is it possible to use different materials? That is, is an object possible with a single mesh and different materials in different parts?
- How to apply a texture to the resulting complex structure? Generate a large texture dynamically (I am doing this for cubes now) or is it possible to impose a texture separately on each face?
ps I have never done 3D before. I’m writing the last three weeks