Jump to content

Modifying textures: Difference between revisions

m
-redlink
m (/cat)
m (-redlink)
Line 28: Line 28:
:-format:bgr555 (or dxt1) for most of the stuff
:-format:bgr555 (or dxt1) for most of the stuff
:-format:bgr32 for skyboxes
:-format:bgr32 for skyboxes
:-format:bgra4444 for transparent/[[Mirror#Environment_mapping|reflective stuff]] (in a couple of places bgra5551 is used but probably it's not big deal if bgra4444 is used instead)
:-format:bgra4444 for transparent/reflective stuff (in a couple of places bgra5551 is used but probably it's not big deal if bgra4444 is used instead)
:-genmipmaps - generate mipmaps if they are not already present in the source file and if the source file is not dxt1 compressed
:-genmipmaps - generate mipmaps if they are not already present in the source file and if the source file is not dxt1 compressed
:-envmap - envmap used for reflectivity
:-envmap - envmap used for reflectivity