Files
test/source/blender
Mike Erwin 8a76049e84 rename built-in point shaders, SMOOTH --> AA
Updated shader names and code that uses them.

All of these shaders produce round points that are anti-aliased and blended against the background.

These were initially named SMOOTH because they replace glEnable(GL_POINT_SMOOTH). But SMOOTH in shader-land refers to vertex attribute interpolation (like glShadeModel(GL_SMOOTH)).

Using SMOOTH to mean two things is confusing, so we now use AA to mean "the point is anti-aliased".
2017-02-28 02:18:52 -05:00
..
2016-01-04 14:20:48 +05:00
2016-10-25 17:34:01 +02:00
2016-07-15 02:39:45 +10:00
2017-02-07 11:31:22 +01:00