Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/branches/spaceshipcontrol/shaders/outile.frag @ 3691

Last change on this file since 3691 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.