Difference between revisions of "Category:Open Source Portal"

From Second Life Wiki
Jump to navigation Jump to search
(Texture,Face,Offset,Scale,UID Detection)
(Undo revision 81202 by 1Roger Cortes (Talk) script doesn't belong here)
Line 1: Line 1:
See [[Open Source Portal]] for more information about the pages here.
See [[Open Source Portal]] for more information about the pages here.
default
{
    touch_start(integer total_number)
    {
        llSetTouchText("touch me");
        integer i = 0;
        integer max = llGetNumberOfSides();
        while(i < max)
        {
            llSay(0,"Face "+(string)i+"\nTexture offset is " + (string)llGetTextureOffset(i) + " scale is " + (string)llGetTextureScale(i) + "\nTexture key is " +  llGetTexture(i));
            ++i;
        }
    }
}

Revision as of 11:19, 8 August 2008

See Open Source Portal for more information about the pages here.

Pages in category "Open Source Portal"

The following 200 pages are in this category, out of 1,010 total.

(previous page) (next page)

A

C

(previous page) (next page)