Happy Spring, yesterday! Now, Santa brought you a lump of coal three months late… I don’t know why! 8-P
Anyway, back to drawing my world with triangles, while not worrying about things very much…
Making a grid of points! I'm using little triangles to
display the points. I don't want the points to be too close to
each other, so if I ask the page to place a new point and it
randomly picks a point too close, it won't and will tell me
off! 8-P
Then I will want to make a triangle mesh and subdivide the
triangles along sea level. If all three corners are at or
below sea level, then the triangle is blue, otherwise it's
green or tan for land.
Making a grid of points! I'm using little triangles to
display the points. I don't want the points to be too close to
each other, so if I ask the page to place a new point and it
randomly picks a point too close, it won't and will tell me
off! 8-P
Then I will want to make a triangle mesh and subdivide the
triangles along sea level. If all three corners are at or
below sea level, then the triangle is blue, otherwise it's
green or tan for land.
Marching Quads, making rivers? I want to branch the marching quads.
Making a grid of points! I'm using little triangles to display the points.
Marching Quads, making rivers? I want to branch the marching quads.