开发者

What suggestions for a 3d game engine to support a huge terrain?

开发者 https://www.devze.com 2022-12-23 20:04 出处:网络
There are a lot of 3d game engines around, does anyone with experience with them have advice on which one would likely be able to handle these (arbitrary) requirements?

There are a lot of 3d game engines around, does anyone with experience with them have advice on which one would likely be able to handle these (arbitrary) requirements?

  • opengl
  • mac/pc
  • 1000x1000km terrain
  • 1000 towns varying in size from 10 to 1000 buildings
  • 128 people in any one location
  • MMO type开发者_如何学JAVA networking (no solo play)
  • physics engine including airfoil (ie airplanes)
  • c++ with optional scripting


You can look at Ogre3D. It supports OpenGL/DirectX, Mac/Linux/Windows, written in C++. But it is not game engine, it is 3D rendering engine. You can integrate other networking/physics engines with Ogre.


I'd like to suggest the Torque Game Engine. Some of the things you're asking for aren't really possible (as others have pointed out), but are problems that have to be tackled in a round about way (like faking the airfoil physics). The Torque engine would be a good starting place for you. There's also a 2D version called Torque Game Builder which might be easier to start with.

www.garagegames.com


A plug for openscenegraph, has all of that plus paeed terrains, level of detail LOD etc - it's used by flightgear flight simulator as well as a lot of commercial and military simulators

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号