Difference between revisions of "PRIM FLEXIBLE"
Jump to navigation
Jump to search
(softness goes from 0 to 3, not 4) |
m |
||
Line 14: | Line 14: | ||
}}{{LSL Constant | }}{{LSL Constant | ||
|inject-2={{LSL PrimitiveParam Categorize|Prim}} | |||
|name=PRIM_FLEXIBLE | |name=PRIM_FLEXIBLE | ||
|type=integer | |type=integer | ||
Line 51: | Line 52: | ||
<!--{{LSL DefineRow||[[changed]]|}}--> | <!--{{LSL DefineRow||[[changed]]|}}--> | ||
|location | |location | ||
|cat1 | |cat1 | ||
|cat2 | |cat2 | ||
|cat3 | |cat3 | ||
|cat4 | |cat4 | ||
}} | }} |
Revision as of 21:27, 1 July 2012
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer PRIM_FLEXIBLE = 21;The integer constant PRIM_FLEXIBLE has the value 21
Used to get or set the prim's flexible configuration.
llSetPrimitiveParams
[ PRIM_FLEXIBLE, integer boolean, integer softness, float gravity, float friction, float wind, float tension, vector force ]• integer | boolean | – | TRUE enables, FALSE disables | |
• integer | softness | – | ranges from 0 to 3 | |
• float | gravity | – | ranges from -10.0 to 10.0 | |
• float | friction | – | ranges from 0.0 to 10.0 | |
• float | wind | – | ranges from 0.0 to 10.0 | |
• float | tension | – | ranges from 0.0 to 10.0 | |
• vector | force |
When used with llSetPrimitiveParams & llSetLinkPrimitiveParams
llGetPrimitiveParams
llGetPrimitiveParams([ PRIM_FLEXIBLE ]);Returns the list [ integer boolean, integer softness, float gravity, float friction, float wind, float tension, vector force ]
• integer | boolean | – | TRUE enables, FALSE disables | |
• integer | softness | – | ranges from 0 to 3 | |
• float | gravity | – | ranges from -10.0 to 10.0 | |
• float | friction | – | ranges from 0.0 to 10.0 | |
• float | wind | – | ranges from 0.0 to 10.0 | |
• float | tension | – | ranges from 0.0 to 10.0 | |
• vector | force |
Caveats
Related Articles
Functions
• | llSetPrimitiveParams | |||
• | llSetLinkPrimitiveParams | |||
• | llGetPrimitiveParams |