Using heightmaps in low poly terrain?

Let’s say I initially have 2 heightmaps prepared for a map in my game, however, the game won’t save or publish as the terrain generated by the 2 heightmaps are all at its maxed size and the engine couldn’t handle it. Is there any tool out there that could generate low-poly triangle terrain with heightmaps instead? I tried shrinking the map size, but that seriously affects the game experience. Thank you!

1 Like

I don’t think so just because the amount to polys it would have to generate would also be really bad. There was an RSC question regarding height maps and they are looking to increase that but as of right now there isn’t really a lowpoly height map plugin. Most plugins you have to generate them yourself!

well then I guess I’ll have to find another solution. Anyways thanks!