Game Development Community

How to show the city's streets in background

by Gagan · in iTorque 2D · 07/28/2009 (9:34 am) · 2 replies

hey i need to show city's streets in background where my characters can move....
suppose i choose new york city to show in the background....like its building,streets..
i need a perspective view for that..


thanks

#1
07/28/2009 (10:53 am)
Either you use real 3D objects through DTS, or you could / would use multiple layers that each contains a different "depth" in your view.
Both assuming you mean "view out of the sight of a person" with perspective view.
#2
07/28/2009 (11:28 am)
have you tried parallax scrolling? the shooter demo included with iTGB includes a tutorial on how to pull this off with scrollers.