-
Okay... This may take a lot of programming or studying, but I'm very seriously interested in learning... Where do I find out how to get/make a three dimensional engine? What I want to do is write a very simple program that takes four images and makes a Cube out of them, and spins it in a blank space, much like Windows' 3D Flowerbox screensaver. Help! I'll learn whatever I have to to do this. ;)
-
It is not too difficult.
There are a few formulas to convert 3 dimensions into 2 (So that you can display it in an picturebox).
It is not easy to understand, but if you are still interested, I'll send you the formulas and explainations.
But before you write hundrets of lines, you may use DirectX to make 3d shapes.