![]() |
Source code for stereo functions
and simple demo that loads up an object and moves the camera around it.
The technique works by having you insert two functions (SetupStereo() and UpdateStereo()) into your existing DarkBASIC Pro program to setup 2 cameras and to update them with each traversal through your program's loop. Note that stereo is only supported for 3D graphics. Any graphics done in 2D (e.g. sprites) will only appear on one eye so the 2D menus and score boards in the games below will only appear in one eye of the screen. |
![]() |
Cathedral
- Loads a model of a cathedral lit with realistic light maps. The
Cathedral was built with Cartography Shop. Read the README.txt file after downloading. |
![]() |
Homicidal
Goldfish- Bubbles Revenge- a game where you swim around as a gold
fish with issues. Read the README.txt file after downloading. Also here is the game's original web site with the non-stereo version. |
![]() |
Qbert
- A remake of the classic QBert arcade game, except in 3D. Read the README.txt file after downloading. Also here is the game's original web site with the non-stereo version. |