Difference between revisions of "User:Burhop Piccard/Geometry Based Architecture View"

From Second Life Wiki
Jump to navigation Jump to search
Line 25: Line 25:
'''Application C and D''' represent applications (new or existing) that comunicate directly with the Agent Domain.  For exmaple, these might be programs like Maya, Blender, 3D CAD applications or user created tools.  These applications might connect directly with the Agent Domain but it is expected A client side library would be created to handle the common marshalling/unmarshalling of data that is common for these tools.
'''Application C and D''' represent applications (new or existing) that comunicate directly with the Agent Domain.  For exmaple, these might be programs like Maya, Blender, 3D CAD applications or user created tools.  These applications might connect directly with the Agent Domain but it is expected A client side library would be created to handle the common marshalling/unmarshalling of data that is common for these tools.


'''Plugin E''' Is a tool
'''Plugin E''' Is a tool made to integrate with the viewer.  It might provide "in world" geometry creation tools. 
 
'''Render Plugin''' Inherent in this design is the ability to work with all types of geometry, not just the existing SL data types. To provide support for other data formats, it will be necessary to be able to render this data. Based on the data provided by the Agent Domain (and Region Domain?), the viewer will need to call the required functions in the rendering plugin to display the data.


=Third Party Components=
=Third Party Components=

Revision as of 17:43, 30 October 2007

Overview

Overview

Key

Communication

Overview

Communication between components is represented by red arrows. This is expected by be carried out by a internet based Rest protocol and defined by the AWG.

The requirement from the geometry perspective varies depending on the path. Third party applications wanting to upload data to an asset server would value thoughput over latency and granularity.

Communication with the viewer requires minimum latency and greater control of the input stream. Initially, the protocol needs to support existing Second Life Geometry (Prims, sculpties) but needs to be extendable to new SL data types as well as External data types.

Components

Overview

The components and applications are represented by boxes show the AWG defined components (green, blue, red) as well as 3rd Party applications used for the creation of geometric content (purple). This view shows multiple ways that various tools might interface with the AWG defined architecture.

Web Application A represents a web based client that can read and write from various persisted geometric data formats. It is able to comunicate with the Agent Domain to upload or download data. For example, it might provide a way to upload obj, collada, JT or other data formats into the Agent Domain.

Web Application B represents a web based client with no persistant storge. It might be a web Application that creates geometry and stores it in the Agent Domain. For example, it might create a cube, combine it with pictures from Flickr and upload a "picture cube" to the asset server.

Application C and D represent applications (new or existing) that comunicate directly with the Agent Domain. For exmaple, these might be programs like Maya, Blender, 3D CAD applications or user created tools. These applications might connect directly with the Agent Domain but it is expected A client side library would be created to handle the common marshalling/unmarshalling of data that is common for these tools.

Plugin E Is a tool made to integrate with the viewer. It might provide "in world" geometry creation tools.

Render Plugin Inherent in this design is the ability to work with all types of geometry, not just the existing SL data types. To provide support for other data formats, it will be necessary to be able to render this data. Based on the data provided by the Agent Domain (and Region Domain?), the viewer will need to call the required functions in the rendering plugin to display the data.

Third Party Components

Overview

Persistant Storage

Overview

Viewer

Overview