Difference between revisions of "Category:Open Source Portal"

From Second Life Wiki
Jump to navigation Jump to search
(Texture,Face,Offset,Scale,UID Detection)
m (categorized category)
 
(One intermediate revision by one other user not shown)
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
 
{
{{CategoryTOC}}
    touch_start(integer total_number)
 
    {
[[Category:Portals]]
        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;
        }
    }
}

Latest revision as of 21:26, 13 April 2009

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)