3D graphics in Visual Basic

Started by
1 comment, last by CP2_6 22 years, 2 months ago
I''m having this problem designing 3D graphics in Visual Basic. I don''t know how to turn a piece of graphics (like a piece of wall) so it turns for, I dunno, 40°?. Can I do that using references like dx7vb.dll or dx8vb.dll?
Advertisement
Doing anything in VisualBasic is usually a problem...
Any of my 3d programming in VB has been with OpenGL. Works great for simple 3d editors for my games. If you''re interested you can go to Nehe.Gamedev.Net and go through the tutorials, they have source code for OpenGL + VB at the bottom to help learn about it.

Billy - BillyB@mrsnj.com

*Note - My games use C/C++, but I like to use VB for most of my editors due to it''s simplicity.

This topic is closed to new replies.

Advertisement