View Single Post
Old 2nd November 2007, 09:13 AM   #6
lisa
Senior Member
Professional user
 
lisa's Avatar
 
Join Date: Mar 2005
Location: Phoenix, AZ
Posts: 917
Default Re: Fluted Column in SL

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]);
}
}
lisa is offline   Reply With Quote