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