This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
c
/
orangeduck.Corange
oglindă de
https://github.com/orangeduck/Corange
Urmărește
2
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Wiki
Ramură:
master
Ramuri
Etichete
master
orangeduck.Cora...
/
assets_core
/
shaders
/
basic.fs
basic.fs
109 B
Permalink
Istoric
Crud
1
2
3
4
5
6
7
#version 120
varying vec3 normal;
void main() {
gl_FragColor = vec4((normal + 1.0) / 2.0, 1.0);
}