PRIM SIZE

From Second Life Wiki
Revision as of 10:24, 20 June 2008 by Gally Young (talk | contribs) (ooops)
Jump to navigation Jump to search

Description

Constant: integer PRIM_SIZE = 7;

The integer constant PRIM_SIZE has the value 7

Returns or sets the prim's size.

llSetPrimitiveParams

[ PRIM_SIZE, vector size ]
• vector size ranges from 0.01 to 10.0 for x, y and z

When used with llSetPrimitiveParams & llSetLinkPrimitiveParams

llGetPrimitiveParams

llGetPrimitiveParams([ PRIM_SIZE ]);

Returns the list [ vector size ]

• vector size ranges from 0.01 to 10.0 for x, y and z

Related Articles

Deep Notes

Search JIRA for related Issues

Signature

integer PRIM_SIZE = 7;