Miscellaneous 3D graphics demos
Table of Contents
1. Rotating exclamation mark
2. 3D bouncing ball
This QBasic program creates a visually engaging 3D animation of a point-cloud ball bouncing around the screen. The program is an example of early computer graphics techniques.
3. 3D text in a room
Wireframe 3D text hanging in a wireframe 3D room. User can look and fly around in all directions.
4. 3D bouncing cubes on grid floor
3D wireframe cubes bouncing on a grid floor, creating an immersive and dynamic visual effect.
5. Matrix math for rotation in 3D space
Instead of combining simple 2D rotors, pixels in this 3D space are rotated by using matrix multiplications.
6. Maze explorer
The Evolving 3D Maze Explorer is a QBasic program that generates and navigates through a dynamically evolving 3D maze. This program is an excellent example of early 3D graphics programming and provides an interactive experience where users can explore a maze that grows and changes as they navigate through it.
7. Tank animation
Animated tank driving through the bridge back and forward. User can look and fly around in all directions.