When I was crating a trianglestrip, I encountered an error; Not an error, it still works, it just doesn't "Work".
I am trying to create a terrain and it just comes out as pure "crap";
I think that the basic logic of me program isn't working, its just that i cant figure out what the heck isnt working.
this sets the values to the landPos //I and J act as y and x, and i * that by 10 to get it spread out, i use xycounter to act as a number that will eventually reach 900, the nescesarry amount for the array
It is not possible to get that result using a single triangle fan, and very likely you'll need to introduce a z-coordinate. If I were you, I'd dump your current logic and do some research prior to writing another line of code.