Function SpatialMaterial.detailBlendMode
Specifies how the detailAlbedo
should blend with the current ALBEDO
. See blendmode
for options.
SpatialMaterial . BlendMode detailBlendMode() nothrow @property @nogc;
void detailBlendMode
(
long v
) nothrow @property @nogc;