This website works better with JavaScript
Home
Explore
Help
Register
Sign In
lvyuanyuan
/
playcanvas
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
1159685469
Branches
Tags
master
playcanvas
/
files
/
assets
/
16731940
/
1
/
lineFs.glsl
lineFs.glsl
95 B
History
Raw
1
2
3
4
5
6
uniform float time;
void main(void)
{
gl_FragColor = vec4(1.,0.,sin(time),1.);
}