Function SpatialMaterial.flagsWorldTriplanar
If true
, triplanar mapping is calculated in world space rather than object local space. See also uv1Triplanar
.
bool flagsWorldTriplanar() nothrow @property @nogc;
void flagsWorldTriplanar
(
bool v
) nothrow @property @nogc;