Function GeometryInstance.extraCullMargin

The extra distance added to the GeometryInstance's bounding box (AABB) to increase its cull box.

double extraCullMargin() nothrow @property @nogc;

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