[5c2961b5][chat]: 11: Zeta-Hoernchen: Dune: something's wrong with the sound
[5c2961c0][chat]: 11: Zeta-Hoernchen: it's not a smooth transition between left
and right
[5c2963b1][chat]: 11: Zeta-Hoernchen: hmm
[5c2963b5][chat]: 11: Zeta-Hoernchen: i noticed when they were far up
[5c2963c2][chat]: 11: Zeta-Hoernchen: and i was standing right the hammer was far left
[5c2963cc][chat]: 11: Zeta-Hoernchen: and if i was standing directly under it was far right
...network.py
Dist
instead of dx
in
if(dx < 0)
a -= (Dist/m_MaxDistance)/2.0f;
else
a += (Dist/m_MaxDistance)/2.0f;
I also don't see a reason to use the sine here.