[Opensim-users] uploading a texture from python/php

Neil Canham neil at knowsense.co.uk
Fri Nov 5 08:40:41 UTC 2010


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 <jor3l at foravatars.com> wrote:

> Convert the PPT to image files, then to jpeg2000 then upload with a mysql
> query :)
>
> 2010/11/4 Teravus Ovares <teravus at gmail.com>
>
> 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 <
>> jjustincc at googlemail.com> 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
>>> Opensim-users at lists.berlios.de
>>> https://lists.berlios.de/mailman/listinfo/opensim-users
>>>
>>
>>
>> _______________________________________________
>> Opensim-users mailing list
>> Opensim-users at lists.berlios.de
>> https://lists.berlios.de/mailman/listinfo/opensim-users
>>
>>
>
> _______________________________________________
> Opensim-users mailing list
> Opensim-users at lists.berlios.de
> https://lists.berlios.de/mailman/listinfo/opensim-users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://opensimulator.org/pipermail/opensim-users/attachments/20101105/4251b819/attachment.html>


More information about the Opensim-users mailing list