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 »
bacteria
this is some kind of primitive lifeform generator.
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 »
my beloved readers wrote…