Function SpatialMaterial.flagsFixedSize
If true
, the object is rendered at the same size regardless of distance.
bool flagsFixedSize() nothrow @property @nogc;
void flagsFixedSize
(
bool v
) nothrow @property @nogc;