31 July 2019
selection
optional parameter.19 May 2015
<data Commands>
Type: Corrade progressive command
Command[wiki]: setprimitivescale
Description[wiki]: The setprimitivescale
command can be used to set the size of a primitive (in a local frame).
Permissions[wiki]: interact
Parameters[wiki]: group
, password
, item
, scale
Last Changes[wiki]: Release 8.12 - added.
</data>
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. |