mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-21 20:59:09 +00:00
This changeset introduced a new plBitmap flag `kAutoGenMipmap`, which trickles through the pipeline and becomes `D3DUSAGE_AUTOGENMIPMAP` in standard DirectX texture creation. This flag is applied to all DyanmicTextMaps. The end result is that DynamicTextMaps become fuzzy at a distance, rather than choppy.