void main() {
    gl_FrontColor = gl_Color;
    gl_PointSize = 2.0;
    gl_Position = gl_Vertex;
}