What is the basic difference between 2D Graphics and 3D Graphics ?
I am working with 2D graphics application development.
I want to move on to 3D Graphics.
I want to know the basic differences between 2d and 3D graphics.
"2D graphics" is exactly as it sounds… graphics that only deal in a 2 dimensional space. 3D graphics use a 3d coordinate system and vector graphics to plot/draw things. Because [...]