CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2009
    Posts
    1,689

    Simplest 3D physics engine

    I am just looking for advice, what is the simplest 3D physics engine that you have used, that works well?

    All I need to be able to represent is a spherical ground (planet), one or more tetrahedrons, with 1 or 0 cylinders coming out of each face, which might connect to other tetrahedrons. The tetrahedrons and cylinders have weight and can rotate around their connection point in 1 direction.

    Basically, they are simple digital robots that need to walk around, so I don't need something with the complexity of Havok or Newton.

  2. #2
    Join Date
    Mar 2010
    Location
    Melbourne Australia
    Posts
    454

    Re: Simplest 3D physics engine

    They are dime a dozen just do a search on soruceforge , however just be aware that the more established one are easy to use with much more documentation and tutorials.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured