Tagged Questions
7
votes
1answer
299 views
How to make a 3d beam effect with XNA 4.0?
Do you know any demo or tutorial to learn to make a 3D Beam effect?
I have learn to make a 2D laser by simply using a texture and moving it thru screen.
But I am a little bit lost while trying to do ...
11
votes
1answer
357 views
Breathing for game/movie characters
Breathing (the movement of chest and face features): I'd like to ask if it is hard to model and whether it is computationaly expensive. I recently noticed the great effect it has in Madagascar 3 ...
4
votes
1answer
294 views
Creating a highlight halo around a selected object
I'm looking to create a halo highlight around the selected objects in my game screen.
The main platform is android, but I am writing an iOS version as well, updating it whenever I successfully add the ...
11
votes
3answers
2k views
How would I implement an endless road the player runs down?
I want to create the illusion that a man is running down a long road i.e. this pic
http://camlinecambridgelimited.web.officelive.com/images/road%20graphic1.jpg
If you have played Temple Run on the ...
12
votes
5answers
3k views
Examples of faking 3D
Does anyone know of any good examples of 3D being faked in 2D (not necessarily code, but games I could look up)? The player has the perspective that they are going 'into' the screen and things are ...
12
votes
3answers
3k views
How to achieve a Neon-Light effect?
I'm wondering how to achieve a neon-light type effect. For example, in Pac-Man Chamipnship Edition:
Or in Geometry Wars:
Is that a Bloom Effect? Or what techniques would I have to look for?