Changes between Version 5 and Version 6 of TextureFormat


Ignore:
Timestamp:
Sep 10, 2010, 7:02:53 PM (14 years ago)
Author:
Philip Taylor
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TextureFormat

    v5 v6  
    5959 `mipmap="false"`::
    6060  Don't generate mipmaps.
     61 `normal="true"`::
     62  Texture is a normal map (with XYZ coordinates in RBG (sic) components).
     63 `normal="false"`::
     64  Texture is not a normal map.
    6165 `alpha="transparency"`::
    6266  Alpha channel represents transparency - the RGB of pixels with A=0 can be ignored.