Click here to Skip to main content
15,887,596 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hello everyone,

i want to know how to create an application to display an 3D object using visual studio.is it possible? i search a lot through internet and i cant get clear idea about it. i want to create an application to display ,rotate,zoom in ,zoom out 3D object using visual studio.

thanks...
Posted
Updated 22-Mar-12 5:48am
v2

You should perhaps look into the XNA technologies. A quick google search results in many good tutorials and options.
XNA 3d object viewer[^]
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 22-Mar-12 12:09pm    
A valid idea, one of the possible ones, a 5. But... please see my answer.
--SA
You already listed the question tags covering different technologies and even platforms. There are even more ways to show 3D images: from GDI on native Windows or .NET to WPF 3D (and they all have nothing to do with Visual Studio which is merely an IDE which can use different build tools for different platforms). It's too hard to even list all the possibilities is a short answer.

You need to analyze your requirements and narrow down your search.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900