Function BakedLightmap.bakeCellSize

Grid subdivision size for lightmapper calculation. The default value will work for most cases. Increase for better lighting on small details or if your scene is very large.

double bakeCellSize() nothrow @property @nogc;

void bakeCellSize (
  double v
) nothrow @property @nogc;