Philosofia Clary
Registered User
Join date: 12 Mar 2007
Posts: 7
|
09-15-2009 14:34
I have a problem with texturizing sculpted objects when I use more than 64 slices for my sculpts. I use to make the baked textures so that the motive is repeated inside the texture format, but often the result is not satisfying.
Recently I have seen objects texturized with texture that is repeated more than 100 times. Normally the edit funktion will not let you repeat a texture more than 100 times on a prim side. Now I would like to know how you manage to go over that limit. Do you use another viewer, when you put on your texture?.. Is it a special script you use.... How do you do it?
v/r
Fia
|
SuezanneC Baskerville
Forums Rock!
Join date: 22 Dec 2003
Posts: 14,229
|
09-15-2009 16:52
I'm not sure about this, but you could try llScaleTexture. http://wiki.secondlife.com/wiki/LlScaleTextureA command to test this with would be: llScaleTexture( 200, 200, ALL_SIDES ) ; An untested script to try it with could be: default { state_entry() { llScaleTexture( 200, 200, ALL_SIDES ); } }
_____________________
-
So long to these forums, the vBulletin forums that used to be at forums.secondlife.com. I will miss them.
I can be found on the web by searching for "SuezanneC Baskerville", or go to
http://www.google.com/profiles/suezanne
-
http://lindenlab.tribe.net/ created on 11/19/03.
Members: Ben, Catherine, Colin, Cory, Dan, Doug, Jim, Philip, Phoenix, Richard, Robin, and Ryan
-
|
Philosofia Clary
Registered User
Join date: 12 Mar 2007
Posts: 7
|
Emerald viewer is the solution
09-15-2009 17:49
I now found out, that if I use the Emerald viewer I can do it.
v/r
Fia
|
Philosofia Clary
Registered User
Join date: 12 Mar 2007
Posts: 7
|
09-15-2009 17:51
ooo... thank you very much for your script. I will test that as well
Fia
|
SuezanneC Baskerville
Forums Rock!
Join date: 22 Dec 2003
Posts: 14,229
|
09-15-2009 18:15
There might well be a text file in the SL program files that can be modified to allow repeats greater than a hundred using the SL viewer.
I just got through looking for the oldest sl forum post, I tired of looking for things at the moment.
_____________________
-
So long to these forums, the vBulletin forums that used to be at forums.secondlife.com. I will miss them.
I can be found on the web by searching for "SuezanneC Baskerville", or go to
http://www.google.com/profiles/suezanne
-
http://lindenlab.tribe.net/ created on 11/19/03.
Members: Ben, Catherine, Colin, Cory, Dan, Doug, Jim, Philip, Phoenix, Richard, Robin, and Ryan
-
|
Larrie Lane
Registered User
Join date: 9 Feb 2007
Posts: 667
|
09-16-2009 00:09
From: SuezanneC Baskerville There might well be a text file in the SL program files that can be modified to allow repeats greater than a hundred using the SL viewer.
I just got through looking for the oldest sl forum post, I tired of looking for things at the moment. There is a file Suezanne called Floater_Tools where you can change the maximum value of repeats, I changed it to 1000 but by default the SL Viewer will only allow inworld a maximum of 214.73 repeats, once you exceed that number it reverts to -214.74 and will go no higher.
|