VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

A 3D Studio v6.0 beta

Peter Wilson  (25 Submissions)   Graphics   Visual Basic 5.0   Intermediate   Wed 3rd February 2021

Learn how to create your own 3D graphics library without using OpenGL or DirectX. This 3D application allows you to load DirectX data files into the application and view them in 3D. The virtual camera is centered on the origin (although you can change this). Use the mouse to move the virtual camera around the object. This 3D application uses a Right-Handed Coordinate system (as opposed to DirectX that uses a left-handed coordinate system). The 3D maths is based on industry recognized standards as found in 'Computer Graphics Principles and Practice, Foley*vanDam*Feiner*Hughes'. The 3D maths uses column-vector notation and is very stable; it won't change too much in the future, so this would be a good project to get familiar with. I've listed the code as intermediate as I don't think its too hard to follow. Comments are everywhere. For those of you familiar with my previous works (look them up), this one does not have any fancy music or animation as it's focus is somewhat more serious.

Rate A 3D Studio v6.0 beta (17(17 Vote))

Download A 3D Studio v6.0 beta

A 3D Studio v6.0 beta Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters