Idea for "fake" realtime 3d
The main reason somebody would prerender their objects would be for very complex lighting. If you intend to have dynamic lighting as it seems, that feature is gone. There is really no more purpose to attempting this unless you go with static, directional light sources.
Two games to look at as part of this argument...
Wing Commander used the technique described here (at least in its first few iterations). The sprites, however, couldn't have been more than 16x16 pixels, and IIRC the game was a RAM hog in its day.
Aleph One uses OpenGL acceleration in ccombination with its original sprite content, and requires vast amounts of VRAM and bus bandwidth to maintain even 30fps with any nontrivial number of monsters on the screen.
Wing Commander used the technique described here (at least in its first few iterations). The sprites, however, couldn't have been more than 16x16 pixels, and IIRC the game was a RAM hog in its day.
Aleph One uses OpenGL acceleration in ccombination with its original sprite content, and requires vast amounts of VRAM and bus bandwidth to maintain even 30fps with any nontrivial number of monsters on the screen.
Another game that uses a similar technique to this is Shining Force III for the Sega Saturn (one of my all time favorite games, and systems).
It uses pre-rendered sprites at I believe 8 angles (N, NE, E, SE, S, SW, W, NW) on top of a real time 3d landscape. But that is also using the fact that the saturn could do a ton of sprites at once (hence the huge battles in the game).
It uses pre-rendered sprites at I believe 8 angles (N, NE, E, SE, S, SW, W, NW) on top of a real time 3d landscape. But that is also using the fact that the saturn could do a ton of sprites at once (hence the huge battles in the game).
Possibly Related Threads...
| Thread: | Author | Replies: | Views: | Last Post | |
| Realtime histogram? | TomorrowPlusX | 6 | 3,892 |
Feb 23, 2009 05:24 PM Last Post: TomorrowPlusX |
|
| depth testing, rendering, and fake shadows | MarkJ | 8 | 3,348 |
Oct 6, 2005 03:43 PM Last Post: akb825 |
|
| crazy realtime demo effects | MarkJ | 5 | 3,585 |
Feb 26, 2005 02:12 PM Last Post: arekkusu |
|
| System freezing issue under Mac OS X using realtime priority | rjvbertin | 5 | 3,568 |
Sep 3, 2004 09:51 AM Last Post: rjvbertin |
|

