mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-03 10:41:24 +00:00
Flat parallax skies in Polymost
Patch from Nuke.YKT. git-svn-id: https://svn.eduke32.com/eduke32@8074 1a8010ca-5511-0410-912e-c29ae57300e0 # Conflicts: # source/build/src/polymost.cpp # source/build/src/voxmodel.cpp
This commit is contained in:
parent
4b6123f303
commit
c8d42af954
5 changed files with 242 additions and 25 deletions
|
@ -2082,7 +2082,7 @@ static int32_t polymost_md3draw(md3model_t *m, tspriteptr_t tspr)
|
|||
float const ypanning = (float)sext->ypanning * (1.f/256.f);
|
||||
|
||||
char prevClamp = polymost_getClamp();
|
||||
polymost_setClamp(false);
|
||||
polymost_setClamp(0);
|
||||
polymost_usePaletteIndexing(false);
|
||||
polymost_setTexturePosSize({ 0.f, 0.f, 1.f, 1.f });
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue