Click here to Skip to main content
15,910,471 members
Home / Discussions / Graphics
   

Graphics

 
AnswerRe: Color managment Pin
IdUnknown10-Jul-07 6:09
IdUnknown10-Jul-07 6:09 
QuestionOpenGL directly on the desktop Pin
Ajko8-Jul-07 4:48
Ajko8-Jul-07 4:48 
AnswerRe: OpenGL directly on the desktop Pin
XTAL2569-Jul-07 2:02
XTAL2569-Jul-07 2:02 
QuestionOpen CAD drawing *.DWG without AutoCAD Pin
vivekbn6-Jul-07 5:58
vivekbn6-Jul-07 5:58 
AnswerRe: Open CAD drawing *.DWG without AutoCAD Pin
lost in transition 6-Jul-07 9:14
lost in transition 6-Jul-07 9:14 
AnswerRe: Open CAD drawing *.DWG without AutoCAD Pin
Drew Stainton17-Jul-07 19:47
Drew Stainton17-Jul-07 19:47 
QuestionCopy screen & render with OpenGL Pin
XTAL2566-Jul-07 3:05
XTAL2566-Jul-07 3:05 
AnswerAAAAAARGH!!! :( Pin
XTAL2569-Jul-07 2:21
XTAL2569-Jul-07 2:21 
I FIXED IT! These are the 3 lines directly before the code above:
if (bgType = BG_BLUR)
    renderBlur(wf, 20, 0.2f);
else if (bgType = BG_WARP) {
    // All of the above code is here
}

See something wrong? I didn't until just then. = instead of == !!! I can't believe i made such a simple mistake. I know everyone makes silly mistakes but i seem to be getting == confused with = a lot lately.
Sorry if i'm rambling on, i just had to say this. That one bug has really been pissing me off Mad | :mad: Confused | :confused: WTF | :WTF: Frown | :( ((

--------------------------------
Customer in computer shop: "Can you copy the Internet onto this disk for me?"

GeneralRe: AAAAAARGH!!! :( Pin
Luc Pattyn9-Jul-07 4:05
sitebuilderLuc Pattyn9-Jul-07 4:05 
GeneralRe: AAAAAARGH!!! :( Pin
Christian Graus10-Jul-07 7:51
protectorChristian Graus10-Jul-07 7:51 
QuestionHow to change Hue of image??? Pin
SandipG 6-Jul-07 1:58
SandipG 6-Jul-07 1:58 
QuestionHighlighting a part of an Image Pin
Kavita Verma6-Jul-07 1:26
Kavita Verma6-Jul-07 1:26 
QuestionUnable to properly load PPM texture data Pin
Cyrilix3-Jul-07 15:39
Cyrilix3-Jul-07 15:39 
QuestionImage appears blurred some times?? Pin
SandipG 28-Jun-07 20:36
SandipG 28-Jun-07 20:36 
AnswerRe: Image appears blurred some times?? Pin
Christian Graus29-Jun-07 15:05
protectorChristian Graus29-Jun-07 15:05 
GeneralRe: Image appears blurred some times?? Pin
SandipG 1-Jul-07 18:55
SandipG 1-Jul-07 18:55 
QuestionAbout the GPU Gems 2 Pin
Tal Rasha's Guardianship27-Jun-07 17:17
Tal Rasha's Guardianship27-Jun-07 17:17 
AnswerRe: About the GPU Gems 2 Pin
Dave Kreskowiak29-Jun-07 13:05
mveDave Kreskowiak29-Jun-07 13:05 
AnswerRe: About the GPU Gems 2 Pin
El Corazon1-Jul-07 18:20
El Corazon1-Jul-07 18:20 
QuestionResolution of GDI+ bitmap from resource Pin
bozalina27-Jun-07 10:28
bozalina27-Jun-07 10:28 
AnswerRe: Resolution of GDI+ bitmap from resource Pin
Mark Salsbery27-Jun-07 15:11
Mark Salsbery27-Jun-07 15:11 
GeneralRe: Resolution of GDI+ bitmap from resource Pin
bozalina28-Jun-07 10:45
bozalina28-Jun-07 10:45 
GeneralRe: Resolution of GDI+ bitmap from resource Pin
Mark Salsbery28-Jun-07 13:04
Mark Salsbery28-Jun-07 13:04 
GeneralRe: Resolution of GDI+ bitmap from resource Pin
bozalina29-Jun-07 6:42
bozalina29-Jun-07 6:42 
GeneralRe: Resolution of GDI+ bitmap from resource Pin
Mark Salsbery30-Jun-07 7:16
Mark Salsbery30-Jun-07 7:16 

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.