• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

3D 3D mapping problem

T

Toddo

Guest
ı am trying to create 3D randomized infinite map but creating heightmap is too slow. Because i can only print pixels one by one. how can i make faster one. or any inf 3D mapping tutorial suggestion.
 
Z

zircher

Guest
The common way that I have seen is to make triangle strips and only use the height map data for the verts. This covers more of the screen faster and still presents nice slopes. And a 3d model you should be able to apply a texture to that to make the terrain blend across the faces.
 
Top