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.


Topics - Disastorm

Pages: 1 2 [3]
31
Support / what causes this?
« on: December 09, 2009, 09:40:33 am »
Hello.  In this program I am making when I try to move my character it looks like it flickers/jerks now and then.  What can cause this?
I noticed it doesn't seem to do it if I don't move the camera at all.

Here is my program.  You can run it with runGame.bat and move with the arrow keys.
http://www.sendspace.com/file/koxk4g

Thanks.

32
Support / How to make a HUD?
« on: August 23, 2008, 07:00:09 pm »
Is there any classes or anything that let you make a HUD like in-game text windows, Health Bars, Skill buttons, etc??

33
Support / how to sync stuff online??
« on: August 19, 2008, 05:52:01 am »
Hi i'm making a program for fun, this engine is awesome.  How can I sync two players together online?
Right now I have it so the client sends the other client the keypresses every 50 ms to simulate as if they were playing locally, but that still resulted in quite a bit desync so then i made it so they send that and also the translation matrix every 100 ms which now has no position desync, but when i try to send the rotation matrix so theres no rotation desync , it works but for some reason the other players model looks 2d instead of 3d (very strange.. it becomes flat..), while your model still looks 3d.  How can i get around this, or possibly is there a better method other than sending the matrices?

Pages: 1 2 [3]