Background info:
At 800x600 the center consists of 4 pixels. If the topmost, leftmost corner pixel is at 0,0 (the way my paint program sees it), then these pixels are:
(399, 299) (400, 299)
(399, 300) (400,300)
Hud Challenge:
Make a 2 pixel thick centered line that spans the screen horizontally at 800x600 resolution. Both opaque and exactly the same color. Sounds simple enough right?
Using two lines with 1 pixel thickness, or one line 2 pixels thick in the hud code is fine (I've tried both).
The attached file is a tga of what the line should look like. It was made with a paint program since I've just about gone insane trying to make it with the hud code.
At 800x600 the center consists of 4 pixels. If the topmost, leftmost corner pixel is at 0,0 (the way my paint program sees it), then these pixels are:
(399, 299) (400, 299)
(399, 300) (400,300)
Hud Challenge:
Make a 2 pixel thick centered line that spans the screen horizontally at 800x600 resolution. Both opaque and exactly the same color. Sounds simple enough right?
Using two lines with 1 pixel thickness, or one line 2 pixels thick in the hud code is fine (I've tried both).
The attached file is a tga of what the line should look like. It was made with a paint program since I've just about gone insane trying to make it with the hud code.
- Attached Misc File: 93706-8x6HUDchallenge.tga (8 Apr 2013, 61KB, 226 downloads)
4086 Hits