Implementation of point sampling on a sphere using OpenGL (freeglut) on multiple threads. It generates samples using two different methods:
- Uniform sampling
- Regular sampling
based on this link.
Implementation of point sampling on a sphere using OpenGL (freeglut) on multiple threads. It generates samples using two different methods:
based on this link.