#version 120 varying vec4 iamb, idiff, ispec; void main(void) { gl_FragColor = iamb + idiff + ispec; }