Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/trunk/shaders/outile.frag @ 3742

Last change on this file since 3742 was 3542, checked in by bensch, 18 years ago

data: new shaders

File size: 69 bytes
Line 
1varying vec3 norm;
2
3void main(){
4        gl_FragColor = vec4(0.0);
5}
Note: See TracBrowser for help on using the repository browser.