Changes between Version 5 and Version 6 of TextureFormat


Ignore:
Timestamp:
2010-09-10 17:02:53 (3 years ago)
Author:
Philip
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.