Function PrimitiveMesh.customAabb

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

AABB customAabb() nothrow @property @nogc;

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