normalScale property
Strength of normalTexture's perturbation. 1 is the unmodified
map.
Implementation
double get normalScale => _normalScale;
Implementation
set normalScale(double value) {
_normalScale = value;
_markMaterialDataDirty();
}
Strength of normalTexture's perturbation. 1 is the unmodified
map.
double get normalScale => _normalScale;
set normalScale(double value) {
_normalScale = value;
_markMaterialDataDirty();
}