Jump to content

Delta3D

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 79.19.14.113 (talk) at 22:31, 3 July 2014. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

delta3d
Developer(s)delta3d
Stable release
2.5.0 / November 09, 2010
Repository
Operating systemCross-platform
TypeGame Engine
LicenseLGPL
Websitedelta3d Homepage

delta3d is an open source software gaming/simulation engine API. delta3d is managed and supported by Caper Holdings LLC. Previously the Modeling, Virtual Environments, and Simulation (MOVES) Institute at the Naval Postgraduate School in Monterey, California managed and supported delta3d.[1] Alion Science has also been a major contributor to enhancements and features.

delta3d is released under the GNU Lesser General Public License (LGPL). The external modules have their own licensing. Some modules, such as Qt, require the user to download and install separately for use with delta3d.

delta3d is a widely-used, community-supported, open-source game and simulation engine. delta3d is appropriate for a wide variety of uses including training, education, visualization, and entertainment. delta3d is unique because it offers features specifically suited to the Modeling and Simulation and DoD communities such as High Level Architecture (HLA), After Action Review (AAR), large scale terrain support, and SCORM Learning Management System (LMS) integration.

The delta3d Engine

delta3d is an Open Source engine which can be used for games, simulations, or other graphical applications. Its modular design integrates other well-known Open Source projects such as Open Scene Graph, Open Dynamics Engine, Character Animation Library, and OpenAL. Rather than bury the underlying modules, Delta3D integrates them together in an easy-to-use API -- always allowing access to the important underlying components. This provides a high-level API while still allowing the end user the optional, low-level functionality.

For a full list of features, please see The delta3d Feature List. Delta3D renders using OpenGL and imports a whole list of diverse file formats (.flt, .3ds, .obj, etc.).

Supported Platforms delta3d is developed and tested on Windows XP using Microsoft Visual Studio and Linux using gcc. All the underlying dependencies are cross-platform as well, so just about any platform should be compatible with a few minor modifications to the source. Unofficially, there is general support for Mac OS X and many users are successfully developing delta3d applications on that platform.

delta3d-Extras

delta3d-Extras is a project housed on SourceForge which contains numerous projects related to the delta3d Engine. delta3d-Extras is not necessarily developed or maintained by the delta3d Development Team and is available for the community to share their delta3d-related projects with the world.

Simulation Core

Simulation Core, commonly referred to as SimCore, is a "collaborative" implementation of delta3d functionality — providing the "base" capabilities for an MMORPG application using delta3d. SimCore is developed primarily by Alion Science and Technology. The first version of SimCore was developed as part of the Deployable Virtual Training Environment (DVTE) project for USMC which started in 2006. Although Alion is still the primary developer of SimCore, it is now used by a number of other companies and organizations across the Modeling and Simulation (M&S) community.

In order to build and "run" SimCore many additional libraries are required, including additions to the core delta3d build.

Physics — special effects and particle system capabilities. A "Physics Abstraction Layer" (PAL), is used to provide a standard API to various physics libraries. As part of the early development of SimCore, Alion obtained a license with Ageia (now NVidia) that allowed integrating delta3d with NVidia PhysX — named dtAgeiaPhysX. Though dtAgeiaPhysX is still available it is no longer officially supported.

Libraries

Several open-source products are part of the delta3d package. You can build them or use the provided binaries/libraries to build and run delta3d based applications on your system. The current version of a product may not be compatible with delta3d.

References

  1. ^ McDowell, P. and Darken, R. and Sullivan, J. and Johnson, E. (2006). "Delta3D: a complete open source game and simulation engine for building military training systems" (PDF). The Journal of Defense Modeling and Simulation: Applications, Methodology, Technology. 3: 143.{{cite journal}}: CS1 maint: multiple names: authors list (link)

Further reading