README.md

December 4, 2022 ยท View on GitHub

VB .raw file viewer! *** 100% VB code ***

Description

Load and view .raw files! These 3D data files (supported by most 3D modelling programs) only contain a list of triangles, and so this program reads the files and renders a spinning wireframe model from them. As proof of VB power, I decided to make the program using VB code only (no DirectX or OpenGL, just 100% VB!). The program employs the use of the Windows API and look up tables to increase speed, and double buffering to increase smoothness. It renders about 50000 polys/sec so it can load medium size files and render them at a fair frame rate. Look how short the source code is compared to the results! Please vote/give feedback because I spent several hours getting this to work well! *** IMPORTANT NOTE *** Only run this program from the compiled .exe, if you run it from VB (in my experience, it may not happen to you), the program does not render all the polygons!

More Info

Submitted On2000-11-15 20:45:24
BySimon Price
LevelIntermediate
User Rating4.4 (31 globes from 7 users)
CompatibilityVB 6.0
CategoryGraphics
WorldVisual Basic
Archive FileCODE_UPLOAD1171311152000.zip