OsClearInertia

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
Line 22: Line 22:
 
|
 
|
 
}}
 
}}
 +
'''See Also'''
 +
* [[osSetInertia]]
 +
* [[osSetInertiaAsBox]]
 +
* [[osSetInertiaAsSphere]]
 +
* [[osSetInertiaAsCylinder]]

Revision as of 16:30, 9 August 2017

osClearInertia()
clears the effect of osSetInertia* functions. Link set total mass, center of mass and inertia will be the values estimated by default from the link set parts.

Caution ! Only supported by ubOde for now

Threat Level None
Permissions No permissions specified
Extra Delay No function delay specified
Example(s)
// Example of osClearInertia
 
default
{
    state_entry()
    {
        ...
        osClearInertia();
        ...
    }
}


See Also

Personal tools
General
About This Wiki