Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/branches/terrain/shaders/outile.frag @ 3913

Last change on this file since 3913 was 3542, checked in by bensch, 19 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.