Web Textures

From Second Life Wiki
Revision as of 23:55, 25 January 2007 by Gigs Taggart (talk | contribs)
Jump to navigation Jump to search

Summary

This page is about dynamic web textures, a feature to allow an LSL script to assign an image URL to a face and cause it to dynamically update from the script.

This raises a potential issue regarding Expected Privacy. The only feasible way to accomplish dynamic web textures is to let the client download the image directly. This will expose user's IP addresses.

Benefits of this feature

  1. Negates the need for scripts like XyText that are very laggy when dynamic displays are large.
  2. Allows for things like streaming news service HUDs.
  3. Interactive games can present large amounts of off-world data.
  4. Corporations that already have many dynamic web assets can reuse them in-world.
  5. Live porn.
  6. Web Cams.

Potential LSL implementation

llSetTextureURL(integer face, string url);
llRefreshTextureURL(integer face);