Distributed Scene Graph

From OpenSimulator

Revision as of 13:34, 26 June 2011 by Dslake (Talk | contribs)

Jump to: navigation, search

Distributed Scene Graph (DSG) is a technology developed by Intel Corporation which allows a virtual world scene to be simulated by decentralized and heterogeneous hardware.

Background

Immersive virtual environments such as those running on the OpenSimulator platform require the simultaneous simulation of many diverse types of behaviors. For example, an OpenSimulator region server manages client connections, executes scripted object behaviors and simulates physics such as gravity and collisions. These different types of simulation have different hardware requirements for optimal performance and when combined in a single process, any one of them can become a bottleneck to performance and scalability of the entire scene.

DSG in OpenSimulator

Distributed Scene Graph technology has been implemented as a set of extensions (region modules) to OpenSimulator, enabling different simulation components (e.g. client management, script engine and physics engine) to execute as distinct processes. These components are also referred to as actors on the scene. The processes can then be distributed across multiple servers over a LAN or the Internet to provide additional compute capabilities to one or more OpenSimulator regions. A scene synchronization layer provides all actors with a common view of the scene through conflict resolution policies. Additionally, multiple actors can now share the work of simulating or supporting the same region of space where in the past, OpenSimulator has mapped each type of work 1:1 with a region.

Availability

Intel Corporation has announced that the DSG extensions for OpenSimulator will be released at the end of June, 2011. This page will have additional information and documentation concurrent with the project release.

Personal tools
General
About This Wiki