Helping with amateaur programmer

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
[SOM]Roberto

Post by [SOM]Roberto »

GFXstyLER wrote:refresh rate problem:

windows xp 60 hz bug (do some search in google)
OR you turned vsync on
OR your computer is too slow

hope that helped
Thanks.

I working on Knoppix Linux.
Vsync on. Hmm..
My computer refresh rate with my other opengl game maximum number: 1o24*768 is 85 Hz.
For example implemented c++ code in my windows opengl game:
..........
dmSetting.dmDisplayFrequency = 85;
dmSettings.dmFields = DM_DISPLAYFREQUENCY;

if(result !=DISP_CHANGE_SUCCESSFUL)
{
MessageBox(NULL, "The monitor isn't compatible this settings!", MB_OK);
.........

You said that: Irrlict engine automatic refresh rate setting! Hmm....
[SOM]Roberto

Post by [SOM]Roberto »

GFXstyLER wrote:refresh rate problem:

windows xp 60 hz bug (do some search in google)
OR you turned vsync on
OR your computer is too slow

hope that helped
Thanks.

I working on Knoppix Linux.
Vsync on. Hmm..
My computer refresh rate with my other opengl game maximum number: 1o24*768 is 85 Hz.
For example implemented c++ code in my windows other opengl game:
..........
dmSetting.dmDisplayFrequency = 85;
dmSettings.dmFields = DM_DISPLAYFREQUENCY;

if(result !=DISP_CHANGE_SUCCESSFUL)
{
MessageBox(NULL, "The monitor isn't compatible this settings!", MB_OK);
.........

You said that: Irrlict engine automatic refresh rate setting! Hmm....
[SOM]Roberto

Post by [SOM]Roberto »

Ooops. I'm soory the double posts.. Previous question is the event code in class. Whean I click the button, my program isn't do anything. The real codes, over there the 1 page.
[SOM]Roberto

Post by [SOM]Roberto »

- Can't I implemented the simple display frequency my irrlict project :?:
- Why don't anything do when I click the button? /page1/
Guest

Post by Guest »

hi you have to tell the program what to do when you hit the button with something like if button hit do this
[SOM]Roberto.

Post by [SOM]Roberto. »

Anonymous wrote:hi you have to tell the program what to do when you hit the button with something like if button hit do this
Okay. A helpful man gave me asnwer yesterday. :P

Next problem: How witch I the irrlicht simple primitives: squere, plane :?:
[SOM]Roberto.

Post by [SOM]Roberto. »

[SOM]Roberto. wrote:
Anonymous wrote:hi you have to tell the program what to do when you hit the button with something like if button hit do this
Okay. A helpful man gave me asnwer yesterday. :P

Next problem: How witch I the irrlicht simple primitives: squere, plane :?:
Oh. Bitplane is helpful man.

http://www.irrforge.org/index.php/Prima ... r_Irrlicht

That's OK. :P :P
Post Reply