mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-13 21:40:11 +00:00
CI fix
This commit is contained in:
parent
bce97f49b4
commit
1317434ac0
@ -86,7 +86,7 @@ namespace MWRender
|
||||
float springOutGeneric(float x, float lambda)
|
||||
{
|
||||
// Higher lambda = lower swing amplitude. 1 = 150% swing amplitude.
|
||||
// w corresponds to the frequency of oscillation in the easing function, controlling the amount of overswing
|
||||
// w is the frequency of oscillation in the easing func, controls the amount of overswing
|
||||
constexpr float w = 1.5f * osg::PIf; // 4.71238
|
||||
return 1 - expf(-lambda * x) * cos(w * x);
|
||||
}
|
||||
|
@ -1427,5 +1427,13 @@ to default Morrowind fonts. Check this box if you still prefer original fonts ov
|
||||
<source>Browse…</source>
|
||||
<translation></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source><html><head/><body><p>If enabled - makes transitions between different animations/poses much smoother. Also allows to load animation blending config YAML files that can be bundled with animations in order to customise blending styles.</p></body></html></source>
|
||||
<translation></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Smooth Animation Transitions</source>
|
||||
<translation></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
|
Loading…
x
Reference in New Issue
Block a user