Answered by:
3d model engine

Question
-
Hello, Guys
Can anyone introduce me a 3d model engine?
Many thxTuesday, November 17, 2009 7:07 PM
Answers
-
everything depends for what you'll use it.
for example, you have a lot 3d engines to XNA game studio if you want to make games, otherwise you should seek something about DirectXTuesday, November 17, 2009 8:56 PM -
Like the previous poster stated it really depends on what you are working towards. In the past I have used OGRE which is a open source 3D graphics engine and in my opinion pretty awesome. Its written in C++ however there is a .NET friendly version called MOGRE, which I have not used. Irrlicht is another 3D engine I have messed with in the past but found that it did not perform as well as OGRE. OGRE has a large community which can come in quite useful.Tuesday, November 17, 2009 10:08 PM
-
If you want to do solid-modelling, have a look at www.opencascade.org. It's a free C++ solid modelling framework. There has been some community work so that you can call this via C#.
Thanks,
Mike.Tuesday, November 17, 2009 10:22 PM
All replies
-
everything depends for what you'll use it.
for example, you have a lot 3d engines to XNA game studio if you want to make games, otherwise you should seek something about DirectXTuesday, November 17, 2009 8:56 PM -
Like the previous poster stated it really depends on what you are working towards. In the past I have used OGRE which is a open source 3D graphics engine and in my opinion pretty awesome. Its written in C++ however there is a .NET friendly version called MOGRE, which I have not used. Irrlicht is another 3D engine I have messed with in the past but found that it did not perform as well as OGRE. OGRE has a large community which can come in quite useful.Tuesday, November 17, 2009 10:08 PM
-
If you want to do solid-modelling, have a look at www.opencascade.org. It's a free C++ solid modelling framework. There has been some community work so that you can call this via C#.
Thanks,
Mike.Tuesday, November 17, 2009 10:22 PM -
thanks guysThursday, November 19, 2009 11:33 AM