mirror of
https://github.com/opensim/opensim.git
synced 2026-07-14 03:15:36 +08:00
Added AddDynamicTextureData() to DynamicTextureModule, so that a script (or another module even) can create a dynamic texture by passing a string with the data in, rather than a url. This could be used for anything from a script passing a basic text string (and having it rendered to a texture) or the script building its own html document.