VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



VB .raw file viewer 100% VB code

by Simon Price (36 Submissions)
Category: Graphics
Compatability: Visual Basic 3.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (7 Votes)

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

Download VB .raw file viewer 100% VB code

Download VB .raw file viewer 100% VB code (141 KB)

VB .raw file viewer 100% VB code Comments

No comments have been posted about VB .raw file viewer 100% VB code. Why not be the first to post a comment about VB .raw file viewer 100% VB code.

Post your comment

Subject:
Message:
0/1000 characters