We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a112ab commit 7e49d11Copy full SHA for 7e49d11
shaders/star_vert.glsl
@@ -12,10 +12,6 @@ attribute vec4 in_Position;
12
attribute vec3 in_Color;
13
attribute float in_PointSize; // scaled brightness measured in Vegas
14
15
-float psf_max_theta(float br)
16
-{
17
- return 0.012 + 1.488 / (sqrt(br_limit * 1000000.0 / (11.0 * br)) + 1.0);
18
-}
19
20
void main(void)
21
{
0 commit comments