Function ArrayMesh.customAabb

Overrides the AABB with one defined by user for use with frustum culling. Especially useful to avoid unexpected culling when using a shader to offset vertices.

AABB customAabb() nothrow @property @nogc;

void customAabb (
  AABB v
) nothrow @property @nogc;