0
votes
2answers
765 views

UDK: Sidescrolling Camera not working

I tried the sidescrolling camera from http://udn.epicgames.com/Three/CameraTechnicalGuide.html#Example%20Side-Scrolling%20Camera but there are some warnings ...
3
votes
2answers
383 views

Silverlight scrolling with camera

I'm trying to get my head around scrolling a 2D map that uses a physics engine. If I was to launch a projectile, would I actually be applying the physics to the background images rather than the ...
3
votes
2answers
1k views

Implementing camera for 2d side scroller game?

I'm implementing a 2D side scroller for iOS (using C/C++ with OpenGL) (beat'em up style like double dragon/final fight ). My scenes are composed of one cyclical background image ( the end of the ...