VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

VB .raw file viewer 100% VB code

Simon Price  (36 Submissions)   Graphics   Visual Basic 3.0   Intermediate   Wed 3rd February 2021

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!

Rate VB .raw file viewer 100% VB code (7(7 Vote))

Download VB .raw file viewer 100% VB code

VB .raw file viewer 100% VB code Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters