osSetInertiaAsCylinder
OSSLvoid osSetInertiaAsCylinder(float mass, float radius, float length, vector centerOfMass, rotation lslrot)
Allows creators to set the link set total mass, center of mass and moment of inertia. Moment of inertia will be the one of a cylinder of radius and length, placed at the center of mass and rotated by rot in the root prim local frame. Call osClearInertia to undo.
Parameters
| Type | Name |
|---|---|
| float | mass |
| float | radius |
| float | length |
| vector | centerOfMass |
| rotation | lslrot |
Energy
10
OpenSimulator extensions. Some are gated by threat level and a region may refuse them.
More in OSSL
integer osListAsInteger(list src, integer index)
float osTerrainGetHeight(integer x, integer y)
string osSetPenColour(string drawList, string colour)
string osGetLinkInventoryName(integer linkNumber, key itemId)
vector osSlerp(vector a, vector b, float amount)
list osGetLinkInventoryItemKeys(integer linkNumber, integer type)
void osDie(key objectUUID)
string osSetFontSize(string drawList, integer fontSize)