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
key osRequestURL(list options)
key osGetRegionMapTexture(string regionNameOrID)
void osRemoveLinkInventory(integer linkNumber, string name)
key osRequestSecureURL(list options)
string osSetDynamicTextureDataFace(string dynamicID, string contentType, string data, string extraParams, integer timer, integer face)
void osNpcSetProfileAbout(key npc, string about)
void osSetInertia(float mass, vector centerOfMass, vector principalInertiaScaled, rotation rot)
string osGetAgentIP(string agent)