by Rene Kersten (1 Submission)
Category: Graphics
Compatability: Visual Basic 5.0
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating:
(3 Votes)

my code demonstrates the posibilities of quake3 style graphics in vb
Inputs
w s a d -> flying around
v -> view mode
t -> turn on/off textures
l -> turn on/off lighting
Assumes
it might be buggy, if you find a bug, please report it to me so i can fix it.
Code Returns
it renders a bsp
Side Effects
might be buggy and probably gives a low FPS and is not recommended for low spec computers
API Declarationsabout 800 lines of opengl api declaration (Thanks to W-Buffer)
some other apis for mouse/keyboard input and some other generic apis