normalTextureTexCoord property
Texture-coordinate channel used by normalTexture.
Implementation
int get normalTextureTexCoord => _normalTextureTexCoord;
Implementation
set normalTextureTexCoord(int value) {
_normalTextureTexCoord = value.clamp(0, 1);
_markMaterialDataDirty();
}