WebGL - Drawing Points

In this episode, I discuss how to draw points in WebGL.
Concepts:
  • Using a points array and a loop to draw the points in WebGL

Resources:
  • https://github.com/davidwparker/programmingtil-webgl/tree/master/0023-drawing-points
© programmingtil.com