This is a tiny release that adds more mipmapping configuration options to materials.
MipBias
to BBMOD_Material
, which defines a bias for which mip level is used. Default value is 0.MipFilter
to BBMOD_Material
, which is the mip filter mode used for the material. Default value is tf_anisotropic
.MipMin
to BBMOD_Material
, which is the minimum mip level used. Default value is 0.MipMax
to BBMOD_Material
, which is the maximum mip level used. Default value is 16.Anisotropy
to BBMOD_Material
, which is the maximum level of anisotropy when BBMOD_Material.MipFilter
is set to tf_anisotropic
. Default value is 16.Copyright © 2023, BlueBurn. Built on September 11, 2023 using GMDoc.