Category:Open Source Portal

From Second Life Wiki
Revision as of 02:20, 29 July 2008 by 1Roger Cortes (talk | contribs) (Texture,Face,Offset,Scale,UID Detection)
Jump to navigation Jump to search

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)