Hello,
I'm developing some quite fast and dynamic game right now and there is a problem with blurring objects when they are moving fast.
I can't actually give a screenshot, cause it's all OK on it. There is .love in attachments describing the problem ("a" and "d" keys to move).
I've tried turning on/off VS, FSAA but it has no effect.
It all seems like this rectangle are not drawn completely each frame it's moving fast.
How do I fix it?
And one more question with lower priority:
I'm using pure luasocket via UDP to exchange strings between apps. Do I need to compress string I send or it's already implemented in luasocket?
Thanks.
[HELP] Unwanted motion blur
Forum rules
Before you make a thread asking for help, read this.
Before you make a thread asking for help, read this.
[HELP] Unwanted motion blur
- Attachments
-
- test.love
- (591 Bytes) Downloaded 258 times
- Robin
- The Omniscient
- Posts: 6506
- Joined: Fri Feb 20, 2009 4:29 pm
- Location: The Netherlands
- Contact:
Re: [HELP] Unwanted motion blur
I think (but I'm not sure) it's a wetware problem. As in, your eyes or your brains insert the motion blur. Try waving your hand in front of you. You should see exactly the same effect.
If I'm right, there's no solution other than making your square move a lot more slowly.
If I'm right, there's no solution other than making your square move a lot more slowly.
Help us help you: attach a .love.
Re: [HELP] Unwanted motion blur
The motion blur you see, is not in the game, but in your eye. As you said, making screenshots reveals a perfect box. Every single image, produced by the game has a perfect unblurred box in it. Only the fast movement makes it look blurry.
Check out my blog on gamedev
Re: [HELP] Unwanted motion blur
Or you have one of those early LCD screens with low response times and horrible smearing.
Possibly. If you turn off vsync and your graphics card draws the frame faster than the refresh rate of your monitor, then you will see tearing.Extred wrote:It all seems like this rectangle are not drawn completely each frame it's moving fast.
LuaSocket does not touch your data. It will try to send it exactly how you passed it.Extred wrote:Do I need to compress string I send or it's already implemented in luasocket?
Shallow indentations.
Re: [HELP] Unwanted motion blur
I've already thought about optic illusion and now I'm quite sure about it. Never thought I'll have to deal with our vision limits ^_^
Thanks.
Thanks.
-
- Citizen
- Posts: 65
- Joined: Sat Dec 22, 2012 8:17 am
Re: [HELP] Unwanted motion blur
It will probably be less noticeable when you have actual graphics instead of bright red on black (all sorts of cool eye-killers can be made with pure bright colors).
Who is online
Users browsing this forum: Amazon [Bot] and 1 guest