If this is for display as a 'presentation' on a panel, then convert to jpeg, place on webserver and use ParcelMedia or the osSetDynamicTextureURL function. Uploading via libopenMv is an option (it's the way I used to do it in SL) but is a much bigger undertaking of course.
On Fri, Nov 5, 2010 at 3:53 AM, Jor3l Boa <[email protected]> wrote: > Convert the PPT to image files, then to jpeg2000 then upload with a mysql > query :) > > 2010/11/4 Teravus Ovares <[email protected]> > > 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 >> >> > > _______________________________________________ > 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
