- changed skybox code to use the alpha from the sector plane.
- removed alpha from skybox viewpoints. SVN r2993 (trunk)
This commit is contained in:
parent
492bead360
commit
ef133dc682
5 changed files with 13 additions and 5 deletions
|
|
@ -1295,6 +1295,7 @@ void R_NewWall (bool needlights)
|
|||
// killough 3/7/98: Add checks for (x,y) offsets
|
||||
|| backsector->GetXOffset(sector_t::floor) != frontsector->GetXOffset(sector_t::floor)
|
||||
|| backsector->GetYOffset(sector_t::floor) != frontsector->GetYOffset(sector_t::floor)
|
||||
|| backsector->GetAlpha(sector_t::floor) != frontsector->GetAlpha(sector_t::floor)
|
||||
|
||||
// killough 4/15/98: prevent 2s normals
|
||||
// from bleeding through deep water
|
||||
|
|
@ -1326,6 +1327,7 @@ void R_NewWall (bool needlights)
|
|||
// killough 3/7/98: Add checks for (x,y) offsets
|
||||
|| backsector->GetXOffset(sector_t::ceiling) != frontsector->GetXOffset(sector_t::ceiling)
|
||||
|| backsector->GetYOffset(sector_t::ceiling) != frontsector->GetYOffset(sector_t::ceiling)
|
||||
|| backsector->GetAlpha(sector_t::ceiling) != frontsector->GetAlpha(sector_t::ceiling)
|
||||
|
||||
// killough 4/15/98: prevent 2s normals
|
||||
// from bleeding through fake ceilings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue