3d in visual basic .net

  • Thread starter Thread starter phate53
  • Start date Start date
P

phate53

How would I start doing simple 3d projects in visual basic .net?

Does anyone have any good .NET websites that they could give me?

Thanks
 
How would I start doing simple 3d projects in visual basic .net?

Does anyone have any good .NET websites that they could give me?

As already mentioned, you can use DirectX:
http://msdn2.microsoft.com/en-us/xna/aa937781.aspx

The first link on the site is the link to the DirectX SDK, required to
develop DirectX applications.

Group for Managed DirectX (MDX) related questions:
microsoft.public.win32.programmer.directx.managed


Armin
 
Back
Top