this is an algorithm to triangulate concave shapes. the result is not quite as pretty as a Delaunay triangulation but it does a nice job.
Read the rest of this entry »
concave shape triangulation: ear cutting algorithm
Seed-based Noise Generator
a seed based noise generator is meant to create a pseudo random pattern. it looks like a perlinNoise… well the best is to check it out.
Read the rest of this entry »
Distributing N-points on a sphere
distributing an unknown amount of points on a spherical shape
Read the rest of this entry »
Delaunay triangulation and Voronoï diagram
the Delaunay triangulation is really helpful when it comes to physics. It also creates beautiful shapes. Read the rest of this entry »
my beloved readers wrote…