View Single Post
Old 2nd November 2007, 01:18 PM   #7
Gus
Member
Advanced member
 
Join Date: Oct 2007
Posts: 49
Default Re: Fluted Column in SL

Quote:
Originally Posted by lisa View Post
You could try adjusting the map to assign a little more of it to the bottom of the column; that may improve the resolution.

Here's the LSL script for setting the mode to cylindrical:

default
{
state_entry()
{
llSetPrimitiveParams([PRIM_TYPE, PRIM_TYPE_SCULPT, "copy and paste texture UUID here", PRIM_SCULPT_TYPE_CYLINDER]);
}
}

Hello Lisa, am a bit lost but whats the script for and where do I use that?
Gus is offline   Reply With Quote