<p>The current implementation of GenerateMipmaps3D() only implements POINT and FANT (aka box for down-sizing) filtering. It needs new filters written for LINEAR and CUBIC which should implement CLAMP, MIRROR, and WRAP (wrap-modes are not meaningful settings for point/box filtering).</p>
<p> </p>
<p>WIC filtering can't be used because no concept of volume maps which must be merged together for proper mipchains.</p>
Comments: ** Comment from web user: walbourn **
<p> </p>
<p>WIC filtering can't be used because no concept of volume maps which must be merged together for proper mipchains.</p>
Comments: ** Comment from web user: walbourn **
TEX_FILTER_MIRROR_U and TEX_FILTER_MIRROR_V which would require TEX_FILTER_LINEAR or TEX_FILTER_CUBIC
TEX_FILTER_WRAP_U and TEX_FILTER_WRAP_V which would require TEX_FILTER_LINEAR or TEX_FILTER_CUBIC