blah blah blah is here! blah blah » Close

up1down
link

I'm looking for a simple DirectX example to get me started. Of the two I've already downloaded the first had compile errors that I don't understand and the second could not convert from VS 2005 to VS 2008 Express.

BTW: I'm not looking to develop a game, just looking to plot and animate in 3D, so any example that's more science/engineering oriented would be better for me.

muster
1556

Do you know how to use the opengl library or directx?

salman
510

muster: he replied as an answer which I deleted, but broiyan said "No I am familiar with either." which I guess means he is not familiar with them.

last answered 2 years ago

1 answers

up0down
link

You can go to nehegl "search in google for neheGL" so you can learn how to make a 3D display device and then drawing a 3d shape at the beginning and then import a 3d model. All the lessons you need are found their but its gonna take you time to get the whole thing clear. Or simply download the lessons there and edit the 3d models.

Note: There is an opengl library for c# as well in nehe.

Another solution is to learn wpf or get demos of how to make a game in wpf so you can find 3d models and animation in there. In both cases you should know how to use the graphics libraries.

Feedback