View Single Post
Old 05-12-2009, 10:24 AM   #41 (permalink)
Intrrpt
Squirt
 
Join Date: Apr 2009
Posts: 14
Intrrpt is on a distinguished road
Default

Hi Tut: The raycasting engine used by ZuneHack was running fast enough for free movement before I constricted it to a tile based system. You could use the raycasting, map and camera classes from that to use as a base for a 3d game.

With some carefull optimization there could be many enemies on a map using tricks like not updating them on every update or on the same update and not updating / drawing things that aren't close or visible to you in the game world.



Intrrpt is offline   Reply With Quote

Advertisement [Remove Advertisement]