I don't even know where to begin with this one, but I'm wanting to create a couple graphic controls that at least appear to be in 3D (not stereoscopic but as in not a 2D flat image) and can rotate and move back and forth on an illusional Z axis. Any links and information on this topic is useful.
I know how to create a fake Z-Axis with controls on a form. The problem is creating beveled sides and imaging blah blah blah.
// Simple pseudocode for fake z-axis:
if (movingaway)
thiscontrol.size--;
else if (movingcloser)
thiscontrol.size++;
That's all in camera view and is the basics of a z-axis.
Thanks,
Jamie