Home | History | Annotate | Download | only in globaltime

Lines Matching refs:specular

160  * <li>    ls - specular light (all RGB channels)
161 * <li> lsr - specular light red channel
162 * <li> lsg - specular light green channel
163 * <li> lsb - specular light blue channel
247 "Specular Intenstity",
248 "Specular Red",
249 "Specular Green",
250 "Specular Blue",
398 * Sets the overall specular light intensity. This intensity will
411 * Sets the specular color for the red, green, and blue channels
416 * @param specular an array of three floats containing specular
419 public void setSpecularColor(float[] specular) {
420 params[SPECULAR_RED] = specular[0];
421 params[SPECULAR_GREEN] = specular[1];
422 params[SPECULAR_BLUE] = specular[2];
735 addMessage("ls/lsr/lsg/lsb - specular intensity/r/g/b");