make lit particles brighter

This commit is contained in:
Xonk
2023-07-17 15:47:09 -04:00
parent 9c63b077b4
commit 9e9f34fd40
4 changed files with 7 additions and 11 deletions

View File

@ -1,5 +1,5 @@
#version 120
void main() {
gl_Position = ftransform();
gl_Position.xyz = vec3(-1.0);
}