Avatar portability
From OpenSimulator
(Difference between revisions)
(→Basic Idea) |
(→Basic Idea) |
||
| Line 1: | Line 1: | ||
== Basic Idea == | == Basic Idea == | ||
| + | |||
| + | To enable user avatar travel from a grid service to another grid service, | ||
| + | There are 2 problem to be considered: | ||
| + | # How to enable foreign user login - Authentication | ||
| + | # How to get a foreign user's belongings(including appearance, inventory) | ||
| + | |||
| + | To achieve the 1st, client side changes are needed. SO, so far, I have | ||
| + | only implemented 2nd, and would like to explan my idea: | ||
=== Authentication === | === Authentication === | ||
| + | |||
| + | [[not prepared yet]] | ||
=== Avatar Portability === | === Avatar Portability === | ||
== Implementation == | == Implementation == | ||
Revision as of 01:33, 16 July 2008
Contents |
Basic Idea
To enable user avatar travel from a grid service to another grid service, There are 2 problem to be considered:
- How to enable foreign user login - Authentication
- How to get a foreign user's belongings(including appearance, inventory)
To achieve the 1st, client side changes are needed. SO, so far, I have only implemented 2nd, and would like to explan my idea: