Tagged Questions
0
votes
2answers
42 views
Loading vertices with a for loop
I've created an algorithm that renders a heightmap in an array[x][y] wich stores the z-value.
Now i want to load these into a vertices with a for loop. How would i do this?
I want to do this with ...