locked
3d model engine RRS feed

  • Question

  • Hello, Guys
    Can anyone introduce me a 3d model engine?

    Many thx

    Tuesday, 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 DirectX
    • Proposed as answer by Chao Kuo Thursday, November 19, 2009 9:21 AM
    • Marked as answer by Chao Kuo Monday, November 23, 2009 6:22 AM
    Tuesday, 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.
    • Proposed as answer by Chao Kuo Thursday, November 19, 2009 9:21 AM
    • Marked as answer by Chao Kuo Monday, November 23, 2009 6:22 AM
    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.
    • Proposed as answer by Chao Kuo Thursday, November 19, 2009 9:21 AM
    • Marked as answer by Chao Kuo Monday, November 23, 2009 6:22 AM
    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 DirectX
    • Proposed as answer by Chao Kuo Thursday, November 19, 2009 9:21 AM
    • Marked as answer by Chao Kuo Monday, November 23, 2009 6:22 AM
    Tuesday, 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.
    • Proposed as answer by Chao Kuo Thursday, November 19, 2009 9:21 AM
    • Marked as answer by Chao Kuo Monday, November 23, 2009 6:22 AM
    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.
    • Proposed as answer by Chao Kuo Thursday, November 19, 2009 9:21 AM
    • Marked as answer by Chao Kuo Monday, November 23, 2009 6:22 AM
    Tuesday, November 17, 2009 10:22 PM
  • thanks guys
    Thursday, November 19, 2009 11:33 AM