Display 3d Objects in VB?

  • Thread starter Thread starter Carl Schell
  • Start date Start date
C

Carl Schell

I wanted to write a simple program that can open a simple
3d model (.3ds or other) and display it in a window, alow
you to rotate around it. Basically a simple model viewer.
The problem is that I don't know where to start. I
program in VB.NET, could anyone point me in the right
direction? Is it simply a 3d control I can add to a vb form?

Thanks in advance
Carl
 
Carl Schell said:
I wanted to write a simple program that can open a simple
3d model (.3ds or other) and display it in a window, alow
you to rotate around it. Basically a simple model viewer.
The problem is that I don't know where to start. I
program in VB.NET, could anyone point me in the right
direction?

OpenGL:

Using OpenGL in .NET applications
<URL:http://dotnet.mvps.org/dotnet/faqs/?id=opengl&lang=en>

DirectX:

microsoft.public.win32.programmer.directx.managed
microsoft.public.win32.programmer.directx.sdk
 
Herfried said:
OpenGL:

Using OpenGL in .NET applications
<URL:http://dotnet.mvps.org/dotnet/faqs/?id=opengl&lang=en>

DirectX:

microsoft.public.win32.programmer.directx.managed
microsoft.public.win32.programmer.directx.sdk

So I am to understand that this isn't something that is already built
into VisualBasic.net right? does anyone have any other links or
examples. Or, does anyone have any suggestions on which one would be
better to use, OpenGL or DirectX?

Thanks
Carl
 
Carl Schell said:
So I am to understand that this isn't something that is already built
into VisualBasic.net right?
ACK!

Or, does anyone have any suggestions on which one would be
better to use, OpenGL or DirectX?

I would prefer DirectX, but I have almost no experiences with it.
 
I guess I was hoping for some sort of example that was a bit easier to
understand for a intermediate level programmer. Anyone have any examples
they could direct me toward...perhaps some example downloads...

Thanks
Carl
 
Back
Top