OpenSWE1R / openswe1r

An Open-Source port of the 1999 Game "Star Wars Episode 1: Racer"
https://openswe1r.github.io/
GNU General Public License v2.0
312 stars 26 forks source link

Hologram effect broken on track select screen #162

Open JayFoxRox opened 6 years ago

JayFoxRox commented 6 years ago

The green track in the menu is supposed to flicker and have more patterns to it. However, in the current revision of OpenSWE1R it's static and has a fixed color:

Broken hologram effect

I think I also had cases where this did magically work at random points during an OpenSWE1R session. However, this is speculation and I'm not sure if I remember correctly.

To me, this feels like uninitialized memory or bad default renderstates. Maybe the vertex color is not respected properly. This might also be a regression, so it needs further testing.