Set Primitive Scale (Size)

31 July 2019

  • C10 - added the selection optional parameter.

19 May 2015

  • Release 8.12 - added.
setprimitivescale (Commands)
TypeCorrade progressive command
Commandsetprimitivescale
DescriptionThe setprimitivescale command can be used to set the size of a primitive (in a local frame).
Permissionsinteract
Parametersgroup, password, item, scale
Last ChangesRelease 8.12 - added.

The setprimitivescale command can be used to set the size of a primitive (in a local frame).

Command Required Parameters Required Corrade Permissions Example
setprimitivescale group, password, item, scale interact
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            // set the position of the
            // primitive leg, to <5, 1, 0>
            "command", "setprimitivescale",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            "item", "leg",
            "position", wasURLEscape(<5, 1, 0>)
        ]
    )
);
Optional Parameter Possible Value Description
range A range in meters. The spherical distance from Corrade in which to locate the item.
uniform Either True or False Whether the primitives will be scaled uniformly.

Notes


secondlife/scripted_agents/corrade/api/commands/setprimitivescale.txt ยท Last modified: 2022/11/24 07:46 by 127.0.0.1

Access website using Tor Access website using i2p Wizardry and Steamworks PGP Key


For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.