Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - domcsidd

Pages: [1]
1
Graphics / Re: OpenGl , gluPerspective in SFML ?
« on: June 08, 2013, 04:13:35 pm »
Thanks  ;D I am so silly , I thougt that gluPerspectiv is not SFML part .

2
Graphics / OpenGl , gluPerspective in SFML ?
« on: June 07, 2013, 07:38:56 pm »
Hi !
 I want to know , how can i write this in SFML :
gluPerspective(45.0,(double)w / (double)h,1.0, 200.0); 
 :D

3
System / Re: My Game is lagging
« on: May 12, 2013, 07:23:26 pm »
Thank you very much .

4
System / Re: My Game is lagging
« on: May 12, 2013, 07:08:20 pm »
Ok , I will do that . But how can i "making it time dependent."

5
System / Re: My Game is lagging
« on: May 12, 2013, 06:40:04 pm »
Thanks the answer , i tried to commented parts , but it haven't helped so far . I 'm beginner in c++ and sfml programming . Yes you 're right . But i don't know what the problem exatly is ? I have written an other sfml program too , but it works fine . I think it is not a memory problem , because i have big RAMS , and it isn't an giant program , so i pasted the whole source. Sorry , but my english is not the best .  So , please help me to understand the problem .  :)

6
System / My Game is lagging
« on: May 12, 2013, 05:39:41 pm »
Hi ! I don't know , why lagging my game ?
Here is the project : https://www.zeta-uploader.com/1238773236

7
Graphics / Re: Rotate after the cursor
« on: May 05, 2013, 09:38:07 am »
Thank you very much :D

8
Graphics / Rotate after the cursor
« on: May 04, 2013, 05:30:13 pm »
I would like to make a space shooting games , with spaceships. But i don't know , how can i rotate my Spaceship , after the cursor. I saw the c++ "atan2 ", but it not works, perfectly .here's my rotate code :
if(xMouseWindowX/2) xMouse=xMouse-WindowX/2;
if(yMouseWindowY/2) yMouse=yMouse-WindowY/2;
Rotation =std::atan2(yMouse,xMouse);
Spaceship.setRotation(Rotation*57.29);
 
How can I do it ?  :)

9
Window / My friend Can't see my work
« on: May 03, 2013, 06:42:05 am »
I wrote a simple game , and i chose "multi-threade/Mt" , because i would like to show my games to  friends ...I know a lot of people  haven't  got   microsoft runtime library.. but when they are running the game they are just seing the black small window , (not the game window) But they can hear the game music .. so what is the problem ? , please help me .. Thanks . ! :D

Pages: [1]
anything