PrimitiveMesh.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.

  1. AABB customAabb [@property getter]
    struct PrimitiveMesh
    @nogc nothrow @property
    AABB
    customAabb
    ()
  2. AABB customAabb [@property setter]

Meta