The Basic of 3D graphics in Visual Basic
This is a tutorial to teach complete beginners in 3D programmign how to program a 3D world. This tutorial teaches you how to make a simple camera, move the camera and display the view using perspective. The tutorial uses dots as items in the 3D world. The tutorial is visual basic orientated but the concepts apply to all languages
This section is all about 3D computer graphics for visual basic. This is for a very basic level but will give a person new to the world of 3D a good start. At the end of this tutorial is a zip file that contains an example of the tutorial so that you can get an idea of how to apply what you've learned.