View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000007 | FSSCP | HT&L | public | 2003-11-23 11:13 | 2006-10-27 03:24 |
Reporter | Fry_Day | Assigned To | Fry_Day | ||
Priority | normal | Severity | major | Reproducibility | random |
Status | closed | Resolution | fixed | ||
Fixed in Version | 3.6 | ||||
Summary | 0000007: Engine glows render as white, nontransparent quads in OpenGL | ||||
Description | nt | ||||
Additional Information | Most of the time they render wrong, but it seems to be affected by the most strange and unrelated things, such as the fact that firing primaries sometimes causes them to revert to being drawn normally for a short while, or that in some specific angle (which is seemingly random) they also draw correctly. wierd. | ||||
Tags | No tags attached. | ||||
|
Note that this is in OpenGL HT&L (Which is why I placed it under the HT&L category and mentioned OpenGL) |
|
I've been unable to trace this one, because everything seemed to be moving along just fine, but I'll try again. Also, it seems that particles are affected too, but other things, such as sun glows and lens flares (Which I seem to be the only person using :) render just fine. |
|
The bug itself is definitely rendering the quads when the texture is set to NULL (or 0, rather, in OpenGL's case), but when I debugged through it, the texture seemed to be set just fine. |
|
Finally! It seems that the culprit was the call to glMaterialfv(GL_FRONT_AND_BACK,GL_AMBIENT_AND_DIFFUSE, &col.r); which sets the material diffuse and ambient to 1.0f. For some reason that caused problems with some of the unlit primitives. I suspect a driver bug, but I'm not sure. |
Date Modified | Username | Field | Change |
---|---|---|---|
2003-11-23 11:13 | Fry_Day | New Issue | |
2003-11-23 11:14 | Fry_Day | Note Added: 0000001 | |
2003-11-23 11:18 | Fry_Day | Note Added: 0000002 | |
2003-11-25 10:23 | Fry_Day | Note Added: 0000003 | |
2003-11-25 12:48 | Fry_Day | Status | new => resolved |
2003-11-25 12:48 | Fry_Day | Resolution | open => fixed |
2003-11-25 12:48 | Fry_Day | Assigned To | => Fry_Day |
2003-11-25 12:48 | Fry_Day | Note Added: 0000004 | |
2006-10-27 03:24 | Goober5000 | Status | resolved => closed |
2006-10-27 03:24 | Goober5000 | Fixed in Version | => 3.6 |