particles test

This commit is contained in:
Henrique Santiago
2011-12-18 21:44:49 -02:00
parent e3e6770957
commit ab9efe5a95
7 changed files with 87 additions and 27 deletions

View File

@@ -45,5 +45,5 @@ void main()
}
sum = sin(ticks/500.0)*sum;
gl_FragColor = pixel * color * opacity + sum;
gl_FragColor = pixel * color * opacity;
}