Function SpatialMaterial.flagsUsePointSize

If true, render point size can be changed. Note: this is only effective for objects whose geometry is point-based rather than triangle-based. See also paramsPointSize.

bool flagsUsePointSize() nothrow @property @nogc;

void flagsUsePointSize (
  bool v
) nothrow @property @nogc;