LSL Wiki Mirror 10-5-2006: ButtonPusherJones

HomePage :: PageIndex :: RecentChanges :: RecentlyCommented :: UserSettings ::
bUTTONpUSHER Jones must conform to WakkaWiki capitalization. meh.

also, monkey.

Current project: PetProtocol

below is a collection of rotation scripts, aka "bp's bane"

// rotate texture to avatar's direction
default
{
    collision(integer num_detected)
    {
        vector fDir = llRot2Euler(llDetectedRot(num_detected - 1));
        fDir.z -= PI_BY_TWO;
        llRotateTexture(fDir.z, 0);
    }
}
There are 2 comments on this page. [Display comments/form]