Starting sunlight experimentation branch
This commit is contained in:
parent
ed87774a77
commit
974b938f8f
5 changed files with 210 additions and 4 deletions
|
|
@ -407,12 +407,12 @@ enum
|
|||
TB_DIFFUSEMAP = 0,
|
||||
TB_LIGHTMAP = 1,
|
||||
TB_LEVELSMAP = 1,
|
||||
TB_SHADOWMAP = 1,
|
||||
TB_SHADOWMAP3 = 1,
|
||||
TB_NORMALMAP = 2,
|
||||
TB_DELUXEMAP = 3,
|
||||
TB_SHADOWMAP2 = 3,
|
||||
TB_SPECULARMAP = 4,
|
||||
TB_SHADOWMAP3 = 5,
|
||||
TB_SHADOWMAP = 5,
|
||||
NUM_TEXTURE_BUNDLES = 6
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue