more lighting
This commit is contained in:
parent
16b674efc1
commit
79fa59c3aa
5 changed files with 89 additions and 27 deletions
6
assets/shaders/lightFragment.frag
Normal file
6
assets/shaders/lightFragment.frag
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#version 330 core
|
||||
out vec4 FragColor;
|
||||
|
||||
void main() {
|
||||
FragColor = vec4(1.0);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue