Changes between Version 8 and Version 9 of TextureFormat


Ignore:
Timestamp:
Jan 6, 2017, 6:17:23 PM (7 years ago)
Author:
Stan
Comment:

Give more info about default states of the texture.xml files.

Legend:

Unmodified
Added
Removed
Modified
  • TextureFormat

    v8 v9  
    8080  Set Kaiser filter parameters (be very careful when modifying these).
    8181
     82By default the behaviour is defined in TextureConverter.cpp.
     83As of now (2017)
     84        * Settings settings;
     85        * settings.format = FMT_DXT1; (DXT1 Format)
     86        * settings.mipmap = MIP_TRUE; (Mipmaps Enabled)
     87        * settings.normal = NORMAL_FALSE; (Normal Maps are not used)
     88        * settings.alpha = ALPHA_NONE; (Alpha is ignored)
     89        * settings.filter = FILTER_BOX; (Graphic filtering is using box smoothing)
     90        * settings.kaiserWidth = 3.f;
     91        * settings.kaiserAlpha = 4.f;
     92        * settings.kaiserStretch = 1.f;
     93
     94
    8295== Hotloading ==
    8396