camera 0.1.0

A camera library
1
2
3
4
void main() {
    gl_Position = vec4(0.0, 0.0, 0.0, 1.0);
    gl_PointSize = 1920.0;
}