View Issue Details

IDProjectCategoryView StatusLast Update
0000258FSSCPOpenGLpublic2004-10-18 16:11
ReporterStratComm Assigned Totaylor  
PrioritynormalSeveritytrivialReproducibilityalways
Status resolvedResolutionfixed 
Summary0000258: Target direction arrows miscolored
DescriptionThe arrows to targets around the reticle are coming out noticably pink, from the pure red that they are supposed to be.
TagsNo tags attached.

Activities

taylor

2004-10-11 09:53

administrator   ~0001293

Do you have a screenshot? What build is this with?

phreak

2004-10-18 13:57

developer   ~0001312

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.

phreak

2004-10-18 13:58

developer   ~0001313

Last edited: 2004-10-18 14:00

double post.

edited on: 10-18-04 10:00

taylor

2004-10-18 15:56

administrator   ~0001315

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.

taylor

2004-10-18 16:11

administrator   ~0001316

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.

Issue History

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