AvatarService
From OpenSimulator
(Difference between revisions)
(Created page with "=Introduction= The OpenSimulator avatar service stores user avatar parameters (height, visual parameters) and items that are attached and provides this on request. '''TODO: Doc...") |
Revision as of 15:17, 13 September 2012
Introduction
The OpenSimulator avatar service stores user avatar parameters (height, visual parameters) and items that are attached and provides this on request.
TODO: Document remaining operations.
API
General notes
Unlike the asset service, the avatar service is an RPC interface. Therefore it exposes only one URI which is avatar (e.g. http://localhost:8003/avatar). The invocation of different operations (e.g. getavatar, setavatar) is controlled via a METHOD parameter.