RandomPrimParam

De DigiWiki.

(Différences entre les versions)
Djphil (discuter | contributions)
(Page créée avec « Simple script to show how to set random {{LSLGC|PrimitiveParams|primitive parameters}}. <lsl> default { state_entry() { llSetTimerEvent(0.2); // How fast repeat e… »)
Modification suivante →

Version du 21 juin 2012 à 18:48

Simple script to show how to set random primitive parameters.

default {
    state_entry() {
        llSetTimerEvent(0.2); // How fast repeat event
    }
    timer() {
        vector color = <llFrand(1.0), llFrand(1.0), llFrand(1.0)>;//<r,g,b>
        llSetLinkPrimitiveParamsFast(LINK_SET, [PRIM_COLOR, ALL_SIDES, color, 1.0]); // You can use any PrimParams here like for example PRIM_GLOW
    }
}
Outils personnels
donate
Google Ads