The key thing is that this removes the requirement for indices for point geometries. This is important as there seems to be a bug in IE/Edge that causes gl_PointSize to be ignored when drawing indexed geometries. This is preferable anyway as indices are redundant for points. I also added the ability to set point sizes programatically and updated the points example to show this.
The key thing is that this removes the requirement for indices for point geometries. This is important as there seems to be a bug in IE/Edge that causes
gl_PointSize
to be ignored when drawing indexed geometries. This is preferable anyway as indices are redundant for points. I also added the ability to set point sizes programatically and updated the points example to show this.