OpenSceneGraph

OpenSceneGraph
OpenSceneGraph
Osglogo2.0.png
Stable release 3.0.1 / July 31, 2011; 2 months ago (2011-07-31)
Preview release 2.9.16 / June 9, 2011; 4 months ago (2011-06-09)
Written in C++
Operating system Cross-platform
Type 3D graphics
License OpenSceneGraph Public License (LGPL based)
Website http://www.openscenegraph.org/

OpenSceneGraph is an open source 3D graphics application programming interface,[1] used by application developers in fields such as visual simulation, computer games, virtual reality, scientific visualization and modeling.

The toolkit is written in standard C++ using OpenGL,[1] and runs on a variety of operating systems including Microsoft Windows, Mac OS X, Linux, IRIX, Solaris and FreeBSD.

Development began on OpenScenegraph in 1998 by Don Burns with Robert Osfield coming aboard in 1999[2]. The project doesn't track downloads and has no way to measure the number of active users. However, as of 2006, the osg-users mailing list exceeded 1,500 subscribers.

Contents

Features

Features in version 1.0[3]:

  • A feature-rich and widely adopted scene graph implementation
  • Support for performance increasing features
    1. View frustum, small feature and occlusion culling
    2. Level of detail
    3. State sorting and lazy state updating
    4. OpenGL fast paths and latest extensions
    5. Multi-threading and database optimization
  • Support for OpenGL, from 1.1 through 2.0 including the latest extensions
  • Tightly coupled support for OpenGL Shading Language, developed in conjunction with 3Dlabs
  • Support for a wide range of 2D image and 3D database formats, with loaders available for formats such as OpenFlight, TerraPage, OBJ, 3DS, JPEG, PNG and GeoTIFF
  • Particle effects
  • Support for anti-aliased TrueType text
  • Seamless support for framebuffer objects, pbuffers and frame buffer render-to-texture effects
  • Multi-threaded database paging support, which can be used in conjunction with all 3D database and image loaders
  • Large scale, whole earth geospatial terrain paged database generation
  • Introspection support for core libraries allowing external applications to query, get, set and operate on all classes in the scene graph, via a generic interface
  • Multi-threaded and configurable support for multiple CPU/multiple GPU machines

Features in version 2.8.3[4]

  • Mac OS X 10.6 (Snow Leopard) support
  • ImageIO support on Mac OS X
  • 3DS file format export and file conversion
  • Integrated Autodesk FBX technology
  • Integrated FFmpeg support for displaying video file content in 3D applications.
  • PLY file format support

Features in version 2.8.4:

  • VS2010 build support

Stable Version Release History

Version Release Date
2.0.0 June 15, 2007
2.2.0 October 4, 2007
2.4.0 April 25, 2008
2.6.0 August 5, 2008
2.6.1 October 2, 2008
2.8.0 February 12, 2009
2.8.1 May 19, 2009
2.8.2 July 28, 2009
2.8.3 April 5, 2010
2.8.4 April 11, 2011
3.0.0 June 28, 2011
3.0.1 July 31, 2011

OpenThreads

The OpenSceneGraph project contains a threading library, OpenThreads, which is a lightweight cross-platform thread model. It is intended to provide a minimal and complete Object-Oriented (OO) thread interface for C++ programmers. It is loosely modeled on the Java thread API, and the POSIX Threads standards.

The architecture of OpenThreads is designed around "swappable" thread models which are defined at compile-time in a shared object library. It is of importance to note that while a factory pattern design could have been used to achieve the goal of generic interface, it would have required the programmer to allocate each of the 4 fundamental types (Thread, Mutex, Barrier, & Condition) on the heap. Due to the cost associated with heap allocation of the underlying concrete implementations of these constructs on some platforms, such allocation was deemed unacceptable at the time this library was originally written, and thus the factory pattern was not used.

Instead, a somewhat abstruse - but effective - technique was chosen to provide the necessary data/implementation hiding. This technique uses private void pointers to encapsulate object private data. The void pointers actually point at concrete data structures, but give a uniform interface to the dso.

The design goal of OpenThreads is to construct optimized implementations using platform optimized multi-processing constructs such as the sproc methods used on IRIX, and Windows threads.

Example usages

These software products use OpenSceneGraph:

See also

References

  1. ^ a b Anne Ruas, Christopher Gold (2008). Headway in Spatial Data Handling:13th International Symposium on Spatial Data Handling. Springer. p. p.370. http://books.google.co.uk/books?id=wc5gMNG3dIcC&lpg=PA370&dq=OpenSceneGraph&pg=PA370#v=onepage&q=OpenSceneGraph&f=false. 
  2. ^ http://www.openscenegraph.org/projects/osg/wiki/Support/History
  3. ^ http://www.openscenegraph.org/svn/osg/OpenSceneGraph/tags/OpenSceneGraph-2.9.6/NEWS.txt
  4. ^ http://www.openscenegraph.org/projects/osg/wiki/News/Press/OSG2.8.3

External links


Wikimedia Foundation. 2010.

Игры ⚽ Поможем написать курсовую

Look at other dictionaries:

  • OpenSceneGraph — Desarrollador Don Burns y Robert Osfield [1] Información general …   Wikipedia Español

  • OpenSceneGraph — Dernière version 3.0.1 (31 juillet 2011) [+/−] …   Wikipédia en Français

  • OpenSceneGraph — Тип Графический движок Написана на C++ Операционная система Кроссплатформенное программное обеспечение Последняя версия 3.0.1 (стаб …   Википедия

  • OpenSceneGraph — Basisdaten Aktuelle Version 3.0.1 (31. Juli 2011) Betriebssystem Cross platform …   Deutsch Wikipedia

  • Scene graph — A scene graph is a general data structure commonly used by vector based graphics editing applications and modern computer games. Examples of such programs include AutoCAD, Adobe Illustrator, Acrobat 3D, OpenSceneGraph and CorelDRAW.The scene… …   Wikipedia

  • Delta3D — Тип Игровой движок Разработчик Delta3D Операционная система Кроссплатформенное программное обеспечение Последняя версия 2.5.0 (9 ноября 2010) Лицензия LGPL …   Википедия

  • Cave Automatic Virtual Environment — A Cave Automatic Virtual Environment (better known by the recursive acronym CAVE) is an immersive virtual reality environment where projectors are directed to three, four, five or six of the walls of a room sized cube. The name is also a… …   Wikipedia

  • List of game engines — Many tools called game engines are available for game designers to code a game quickly and easily without building from the ground up. Contents 1 Free and open source 2 Proprietary 2.1 Commercial 2.2 Freeware …   Wikipedia

  • Visualization Library — infobox software name = Visualization Library genre = 3D graphics latest release version = Alpha 1 operating system = Cross platform license = GNU GPL 3 website = http://www.visualizationlibrary.com [http://www.visualizationlibrary.com… …   Wikipedia

  • OGRE — (Object Oriented Graphics Rendering Engine) Тип Графический движок Разработчик …   Википедия

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”