diff options
Diffstat (limited to 'test.frag')
-rw-r--r-- | test.frag | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -27,11 +27,11 @@ void main(){ gl_FragColor = tex * vec4(color)*tex.a;
}
-/*b values
+/* b values
.002 10
- .008 50
- .0005 200
- .00008 500
- .00002 1000
+ .008 50
+ .0005 200
+ .00008 500
+ .00002 1000
.00005 2000
-*/
\ No newline at end of file +*/
|