Lines Matching refs:ambient
152 * <li> la - ambient light (all RGB channels)
153 * <li> lar - ambient light red channel
154 * <li> lag - ambient light green channel
155 * <li> lab - ambient light blue channel
164 * <li> lma - light model ambient (all RGB channels)
165 * <li> lmar - light model ambient light red channel
166 * <li> lmag - light model ambient green channel
167 * <li> lmab - light model ambient blue channel
239 "Ambient Intensity",
240 "Ambient Red",
241 "Ambient Green",
242 "Ambient Blue",
251 "Light Model Ambient Intensity",
252 "Light Model Ambient Red",
253 "Light Model Ambient Green",
254 "Light Model Ambient Blue",
328 * Sets the overall ambient light intensity. This intensity will
329 * be used to modify the ambient light value for each of the red,
334 * ambient light intensity.
341 * Sets the light model ambient intensity. This intensity will be
342 * used to modify the ambient light value for each of the red,
348 * light model ambient intensity.
355 * Sets the ambient color for the red, green, and blue channels
360 * @param ambient an arry of three floats containing ambient
363 public void setAmbientColor(float[] ambient) {
364 params[AMBIENT_RED] = ambient[0];
365 params[AMBIENT_GREEN] = ambient[1];
366 params[AMBIENT_BLUE] = ambient[2];
376 * ambient light intensity.
404 * ambient light intensity.