Difference between revisions of "Category:Open Source Portal"

From Second Life Wiki
Jump to navigation Jump to search
 
(Texture,Face,Offset,Scale,UID Detection)
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 02:20, 29 July 2008

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;
       }
   }

}

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)