lightSpecular()
Lights Camera / LightsDescription
Sets the specular color for lights. Affects materials with specular component.
Syntax
void lightSpecular(float r, float g, float b)
Parameters
| Name | Type | Description |
|---|---|---|
| r | float | red component |
| g | float | green component |
| b | float | blue component |
Returns
voidRelated
Under the Hood
Implementation in Processing.h / Processing.cpp:
Loading...