OsSetInertiaAsBox

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{osslfunc
 
{{osslfunc
|threat_level=None
+
|threat_level=ignored
 +
|permissions=true
 +
|delay=0
 
|function_syntax=osSetInertiaAsBox(float mass, vector boxSize, vector centerOfMass, rotation rot)
 
|function_syntax=osSetInertiaAsBox(float mass, vector boxSize, vector centerOfMass, rotation rot)
 
|csharp_syntax=
 
|csharp_syntax=
Line 16: Line 18:
 
}
 
}
 
</source>
 
</source>
|description= 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. Call osClearInertia to undo.
+
|description= 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 frame. Call osClearInertia to undo.
 +
 
 +
 
 
<div style="background-color:#FFA0A0; padding:10px; padding-bottom:5px; border: 1px #FF544F solid">
 
<div style="background-color:#FFA0A0; padding:10px; padding-bottom:5px; border: 1px #FF544F solid">
 
'''Caution !''' Only supported by '''ubOde''' for now
 
'''Caution !''' Only supported by '''ubOde''' for now
 
</div>
 
</div>
|
+
 
}}
+
===== Arguments: =====
 +
* Mass new total mass of link set
 +
* centerOfMass new location of center of mass relative to root prim in local frame
 +
* boxSize size of the box used to calculate the new inertia
 +
* rot the rotation of that box in local frame
 +
|additional_info=This function was added in 0.9.0.1}}
 +
'''See Also'''
 +
* [[osClearInertia]]
 +
* [[osSetInertia]]
 +
* [[osSetInertiaAsSphere]]
 +
* [[osSetInertiaAsCylinder]]

Revision as of 10:04, 7 December 2018

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 frame. Call osClearInertia to undo.


Caution ! Only supported by ubOde for now

Arguments:
  • Mass new total mass of link set
  • centerOfMass new location of center of mass relative to root prim in local frame
  • boxSize size of the box used to calculate the new inertia
  • rot the rotation of that box in local frame
Threat Level This function does not do a threat level check
Permissions Use of this function is always allowed by default
Extra Delay 0 seconds
Example(s)
// Example of osSetInertiaAsBox
 
default
{
    state_entry()
    {
        ...
        osSetInertiaAsBox(1000.0, <2.0, 1.0, 0.5>, <-0.5, 0.0, 0.0>, ZERO_ROTATION);
        ... 
    }
}
Notes
This function was added in 0.9.0.1


See Also

Personal tools
General
About This Wiki