OsSetInertiaAsBox
From OpenSimulator
osSetInertiaAsBox(float mass, vector boxSize, vector centerOfMass, rotation rot)
| |
| 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 box of size boxSize, placed at the center of mass and rotated by rot in the root prim local axis.
Caution ! Only supported by ubOde for now | |
| Threat Level | None |
| Permissions | No permissions specified |
| Extra Delay | No function delay specified |
| Example(s) | |
// Example of osSetInertiaAsBox default { state_entry() { ... } } | |