|
Sin Poitier
RL is calling
Join date: 5 Mar 2007
Posts: 52
|
07-25-2007 23:07
I don't know if there is already something like this (commercial or not)..if not, i need some help with this: I need a networked picture system...so, the texture/picture placed inside one prim, appears in many other prims. If i change the "server" prim...the image in the "client" prims changes too. Any help with this?
_____________________
Me? No, i'm just part of your imagination.
C.I.G. CEO Jefe de "Chilenos en SL"
|
|
Solomon Devoix
Used Register
Join date: 22 Aug 2006
Posts: 496
|
07-25-2007 23:40
If the textures are full perm, that's not a problem... just pass the texture key to the network and let each prim display it using the key.
If the textures are NOT full perm, you can't do that. You get (and pass) a null key when you try to get the UUID of a texture for which you do not have full perms.
|
|
Destiny Niles
Registered User
Join date: 23 Aug 2006
Posts: 949
|
07-26-2007 08:03
The client prims need to check the server prim to get the updated UUID. You can use either email from/to the server prim or a webserver that stores the UUID. (I'm assuming multiple sims. In the same sim you can just use LLRegionSay)
|