OsSetInertiaAsCylinder

From OpenSimulator

Revision as of 16:13, 9 August 2017 by Ubit (Talk | contribs)

Jump to: navigation, search
osSetInertiaAsCylinder(float mass, float radius, float lenght, vector centerOfMass, rotation rot)
...

Caution ! Only supported by ubOde for now

Threat Level None
Permissions No permissions specified
Extra Delay No function delay specified
Example(s)
// Example of osSetInertiaAsCylinder
 
default
{
    state_entry()
    {
        ...
        osSetInertiaAsCylinder(20.0,  0.5, 2.0, <-0.5,0.5,1.0>, ZERO_ROTATION);
        ...
    }
}
Personal tools
General
About This Wiki