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