954,514 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

3D graphics vs 2D graphics in games

I know that 3D games have the advantage of being able to transfer graphics processing onto the graphics card. Does anyone know if 2D graphics can also be handled by the graphics card (hardware rather than software)?

How do 3D and 2D graphics compare in terms of processing power usage?

Dinomike1000
Newbie Poster
16 posts since Sep 2008
Reputation Points: 10
Solved Threads: 0
 

3d is always worse in terms of processing power. Complicated algorithums to decide what you can see round what, shadows of things, interactions between things, etc is complex, 2d you have flat things that are either in front of behind, and in terms of xna can be achieved by using levels for the drawing call so you draw in order from back to front the spritebatch does its "thing" and basically the framework ends up making 1 image which is sent to draw rather than tons of different bits.

LizR
Posting Virtuoso
1,791 posts since Aug 2008
Reputation Points: 196
Solved Threads: 190
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You