Click here to Skip to main content
15,900,110 members
Home / Discussions / Graphics
   

Graphics

 
QuestionHaving trouble with transformations [Christian Graus please save me] Pin
gantww12-Jan-09 16:35
gantww12-Jan-09 16:35 
GeneralRe: Having trouble with transformations [Christian Graus please save me] Pin
Luc Pattyn12-Jan-09 18:39
sitebuilderLuc Pattyn12-Jan-09 18:39 
GeneralRe: Having trouble with transformations [Christian Graus please save me] Pin
Mark Churchill13-Jan-09 17:46
Mark Churchill13-Jan-09 17:46 
GeneralRe: Having trouble with transformations [Christian Graus please save me] Pin
Luc Pattyn13-Jan-09 18:08
sitebuilderLuc Pattyn13-Jan-09 18:08 
GeneralRe: Having trouble with transformations [Christian Graus please save me] Pin
gantww29-Jan-09 11:14
gantww29-Jan-09 11:14 
GeneralRe: Having trouble with transformations [Christian Graus please save me] Pin
Luc Pattyn29-Jan-09 11:30
sitebuilderLuc Pattyn29-Jan-09 11:30 
QuestionOpenGL Bitmap fonts not being displayed on some hardware Pin
McDave12-Jan-09 13:16
McDave12-Jan-09 13:16 
AnswerRe: OpenGL Bitmap fonts not being displayed on some hardware Pin
McDave13-Jan-09 0:13
McDave13-Jan-09 0:13 
Solved my own problem in the end after being stuck for a couple of days.

I was drawing a quad as a background and then drawing the text on top of the quad. After significant trial and error, I realised that he glCallLists function used to display the bitmap characters was being processed after the quad was being drawn, causing the text to appear behind the quad instead of on top of it, but only on some hardware.

The solution was as simple as changing the z location of the text (using glRasterPos3i instead of glRasterPos2i) so the text is explicitly above the background quad.

Thanks to anybody following this post and obscure bug for your reading time!

Nunquam obliviscar

QuestionProblem in GDI+ Pin
vinay_K12-Jan-09 2:04
vinay_K12-Jan-09 2:04 
AnswerRe: Problem in GDI+ Pin
Henry Minute12-Jan-09 2:16
Henry Minute12-Jan-09 2:16 
QuestionGDI+ refresh image (C++) Pin
Valdyr11-Jan-09 9:14
Valdyr11-Jan-09 9:14 
AnswerRe: GDI+ refresh image (C++) Pin
Tim Craig11-Jan-09 17:03
Tim Craig11-Jan-09 17:03 
GeneralRe: GDI+ refresh image (C++) [modified] Pin
Valdyr11-Jan-09 23:25
Valdyr11-Jan-09 23:25 
GeneralRe: GDI+ refresh image (C++) Pin
Tim Craig12-Jan-09 9:53
Tim Craig12-Jan-09 9:53 
GeneralRe: GDI+ refresh image (C++) Pin
Valdyr12-Jan-09 13:46
Valdyr12-Jan-09 13:46 
QuestionRe: GDI+ refresh image (C++) [modified] Pin
Valdyr13-Jan-09 1:46
Valdyr13-Jan-09 1:46 
AnswerRe: GDI+ refresh image (C++) Pin
Mark Salsbery13-Jan-09 6:38
Mark Salsbery13-Jan-09 6:38 
GeneralRe: GDI+ refresh image (C++) Pin
Valdyr13-Jan-09 9:07
Valdyr13-Jan-09 9:07 
GeneralRe: GDI+ refresh image (C++) Pin
Mark Salsbery13-Jan-09 9:27
Mark Salsbery13-Jan-09 9:27 
GeneralRe: GDI+ refresh image (C++) Pin
Valdyr13-Jan-09 10:06
Valdyr13-Jan-09 10:06 
GeneralRe: GDI+ refresh image (C++) Pin
Mark Salsbery13-Jan-09 18:53
Mark Salsbery13-Jan-09 18:53 
GeneralRe: GDI+ refresh image (C++) Pin
Valdyr14-Jan-09 8:48
Valdyr14-Jan-09 8:48 
GeneralRe: GDI+ refresh image (C++) Pin
Mark Salsbery14-Jan-09 8:59
Mark Salsbery14-Jan-09 8:59 
GeneralRe: GDI+ refresh image (C++) Pin
Valdyr14-Jan-09 9:09
Valdyr14-Jan-09 9:09 
GeneralRe: GDI+ refresh image (C++) Pin
Tim Craig14-Jan-09 8:39
Tim Craig14-Jan-09 8:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.