normalScale property

double get normalScale

Strength of normalTexture's perturbation. 1 is the unmodified map.

Implementation

double get normalScale => _normalScale;
set normalScale (double value)

Implementation

set normalScale(double value) {
  _normalScale = value;
  _markMaterialDataDirty();
}