mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-12 03:00:38 +00:00
Add proper DEF tokens for normal scale/bias in model skins.
git-svn-id: https://svn.eduke32.com/eduke32@1608 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
3a48576bfb
commit
2b734bb6d0
1 changed files with 2 additions and 2 deletions
|
@ -176,8 +176,8 @@ static tokenlist modelskintokens[] =
|
|||
{ "intensity", T_PARAM },
|
||||
{ "scale", T_PARAM },
|
||||
{ "detailscale", T_PARAM },
|
||||
{ "specpower", T_SPECPOWER },
|
||||
{ "specfactor", T_SPECFACTOR },
|
||||
{ "specpower", T_SPECPOWER }, { "parallaxscale", T_SPECPOWER },
|
||||
{ "specfactor", T_SPECFACTOR }, { "parallaxbias", T_SPECFACTOR },
|
||||
};
|
||||
|
||||
static tokenlist modelhudtokens[] =
|
||||
|
|
Loading…
Reference in a new issue