Function GeometryInstance.setCustomAabb

Overrides the bounding box of this node with a custom one. To remove it, set an AABB with all fields set to zero.

void setCustomAabb (
  const(AABB) aabb
) nothrow @nogc;