mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 23:32:02 +00:00
Add normals to decals
This commit is contained in:
parent
1b7c42f45f
commit
660a45a0e0
1 changed files with 2 additions and 0 deletions
|
@ -316,6 +316,8 @@ void GLWall::DrawDecal(DBaseDecal *decal)
|
||||||
gl_RenderState.SetFog(0,-1);
|
gl_RenderState.SetFog(0,-1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
gl_RenderState.SetNormal(glseg.Normal());
|
||||||
|
|
||||||
FQuadDrawer qd;
|
FQuadDrawer qd;
|
||||||
for (i = 0; i < 4; i++)
|
for (i = 0; i < 4; i++)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue