Function SpatialMaterial.flagsVertexLighting
If true
, lighting is calculated per vertex rather than per pixel. This may increase performance on low-end devices.
bool flagsVertexLighting() nothrow @property @nogc;
void flagsVertexLighting
(
bool v
) nothrow @property @nogc;