Game Development Community

Why is the 2D and why is the 3D

by Spider_Man · in Torque Game Engine · 08/09/2006 (10:32 am) · 12 replies

Hello again,
i know how the 2D things could be ,, but i wonder if you really can give examples of any explainations to understand what is the powerful features that i can get using 2D games engine and/or 3D game engine.

Regards

#1
08/09/2006 (10:51 am)
That is what the product pages are for
#2
08/09/2006 (10:52 am)
I mean the TGE and the TGB

thanks
#3
08/09/2006 (11:00 am)
2d: Tetris
3d: Doom3

need I say more?
#4
08/09/2006 (11:43 am)
2D
www.linux-france.org/prj/jargonf/fig/pong.png
3D
www.csc.calpoly.edu/~zwood/teaching/csc471/finalproj25/birwin/images/screen2.jpg
The difference is clear!
#5
08/09/2006 (11:49 am)
TGE is the 3d engine
TSE is the 3d engine with Shader support
TGB is the 2d engine


in case you are wondering , yes TGB and TGE can be combined in to a 2/3D engine =)
#6
08/09/2006 (11:51 am)
3d pong, I wonder if anyone's done that before. Hey why not, a 3d frogger was created.
#7
08/09/2006 (12:02 pm)
The best 3D pong ever was VirtuaTennis for the Dreamcast. ;-)
#8
08/09/2006 (12:16 pm)
Ahhh Sega. It's a pity they're no longer in the home console market =(
#9
08/09/2006 (1:05 pm)
Could be worse, there's something to be said for them making games for all the consoles, though I'd prefer it if they didn't try to give any of the consoles exclusive titles. I really do love Sega games.
#10
08/09/2006 (3:34 pm)
Thanks for all for you guys ...

i know what the 2d and what the 3d , but i just want to know fo rexample:

the game which is called "star.defender.iii" is it done with a 2 d engine ?
or just done with the some 3d one ?

Regards
#11
08/10/2006 (1:04 am)
I have no idea what you are asking in context since you are giving only a single example.

Star Defender III looks like a very nice pre-rendered 2D shooter. This means that the models, while created and shaded and spiffied up in a 3D application, were rendered out and are simple 2D images (which look spectacular).

But there is always context.

For example, "2D" games such as Viewtiful Joe, Pandemonium, and the New Super Mario Bros are 3D games with a fixed path and camera to simulate a 2D game. Isometric titles such as Zaxxon, Diablo, and their ilk are 2D games which attempt to simulate rudimentary 3D. In design terms, Wolf3D and Doom are as well, but don't think too hard about those.

What are you trying to do? There are a million examples of 2D games which try to be 3D and 3D games which pretend to be 2D. Give us some context to help you out.

EDIT:
Oh, and I thought that I would note that there are a LOT of 3D pongs available online, including the full source version which I stole the picture from.
#12
08/10/2006 (1:12 am)
Well...
i'm just prepare my self to be ready in engine .... from all the above i have for now a complete idea about what can do with engine .

Many thanks