setDiffuseFactor abstract method
- double factor
Sets the diffuse factor used when computing lighting.
Default is 1.0.
factorThe diffuse lighting factor in range 0.0 to 1.0.
Implementation
void setDiffuseFactor(double factor);
Sets the diffuse factor used when computing lighting.
Default is 1.0.
factor The diffuse lighting factor in range 0.0 to 1.0.void setDiffuseFactor(double factor);