There's also an os LSL command that you can use to get a jpeg from a HTTP server.. (I forget what the function is... but it might be : osWebTexture() and takes a string url, integer maptype ) http://opensimulator.org/wiki/LSL_osFunctions
If you exported your power point to a series of jpeg files you could load them dynamically with a simple-ish lsl script. Teravus On Thu, Nov 4, 2010 at 8:11 PM, Justin Clark-Casey <[email protected] > wrote: > On 02/11/10 13:41, Jeroen van Veen wrote: > >> Hello, >> >> I was wondering what options can be used to upload textures to opensim. >> Im >> trying to upload a ppt to the inventory, converting the ppt with apache >> poi. >> not really sure how to do the last step though. >> >> thanks for the help! >> > > I suspect the easiest way is to convert the ppt with POI beforehand and > then use a libomv client to upload textures rather than trying to do > anything within the OpenSim code itself. > > -- > Justin Clark-Casey (justincc) > http://justincc.org > http://twitter.com/justincc > > _______________________________________________ > Opensim-users mailing list > [email protected] > https://lists.berlios.de/mailman/listinfo/opensim-users >
_______________________________________________ Opensim-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/opensim-users
