setDiffuseFactor abstract method

void setDiffuseFactor(
  1. 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.

Implementation

void setDiffuseFactor(double factor);