QuestionableM / SM-Converter

A tool that can convert Scrap Mechanic blueprints and tiles into 3D models
GNU General Public License v3.0
10 stars 1 forks source link

About converting the world into a model #5

Open ailenneko opened 6 months ago

ailenneko commented 6 months ago

It seems that converting the world to the model does not generate the texture of the ground, which causes the textures to be good except for the ground glowing purple.

QuestionableM commented 6 months ago

The world generator generates a single mesh for all the terrain, which makes texturing it pretty much impossible. I have to make it split the world into chunks so that each chunk can get its respective ground texture.