View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000258 | FSSCP | OpenGL | public | 2004-09-09 01:16 | 2004-10-18 16:11 |
| Reporter | StratComm | Assigned To | taylor | ||
| Priority | normal | Severity | trivial | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Summary | 0000258: Target direction arrows miscolored | ||||
| Description | The arrows to targets around the reticle are coming out noticably pink, from the pure red that they are supposed to be. | ||||
| Tags | No tags attached. | ||||
|
|
Do you have a screenshot? What build is this with? |
|
|
well since strattcomm said this was opengl, then the secondary color is active for some reason. i think this is related to other hud gauges and explosions being miscolored. |
|
|
double post. edited on: 10-18-04 10:00 |
|
|
It's not drawn unlit for the triangle and therefore uses the spec_? color for secondary. hud_tri() which draws it sets the spec_? colors to 0 before calling gr_tmapper(). If I set the secondary colors to 0 forcibly in opengl_draw_primitive() then it seems to work. Testing what spec_? tends to be shows that it is getting changed somewhere. |
|
|
Nevermind, I see the problem now. hud_tri() only sets one color to 0 for each of vertices rather than all 3 colors to 0. Fixered. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2004-09-09 01:16 | StratComm | New Issue | |
| 2004-10-11 09:53 | taylor | Note Added: 0001293 | |
| 2004-10-18 13:57 | phreak | Note Added: 0001312 | |
| 2004-10-18 13:58 | phreak | Note Added: 0001313 | |
| 2004-10-18 14:00 | phreak | Note Edited: 0001313 | |
| 2004-10-18 14:00 | phreak | Status | new => assigned |
| 2004-10-18 14:00 | phreak | Assigned To | => phreak |
| 2004-10-18 15:56 | taylor | Note Added: 0001315 | |
| 2004-10-18 16:11 | taylor | Status | assigned => resolved |
| 2004-10-18 16:11 | taylor | Resolution | open => fixed |
| 2004-10-18 16:11 | taylor | Assigned To | phreak => taylor |
| 2004-10-18 16:11 | taylor | Note Added: 0001316 |