Search Tools Links Login

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


Visual Basic 6, or VB Classic

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!

Original Author: Simon Price

About this post

Posted: 2002-06-01
By: ArchiveBot
Viewed: 108 times

Categories

Visual Basic 6

Attachments

CODE_UPLOAD1171311152000.zip
Posted: 9/3/2020 3:45:00 PM
Size: 162,072 bytes


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.