Particles: Make attached particle spawners respect the parent's yaw
authororwell96 <mono96.mml@gmail.com>
Mon, 24 Oct 2016 17:56:27 +0000 (19:56 +0200)
committerparamat <mat.gregory@virginmedia.com>
Fri, 18 Nov 2016 06:18:54 +0000 (06:18 +0000)
commit681d127ff1d288f4c3123a05f71ef15a6c549b5d
tree2101a5bcdcd1680ffebd797de5c7c509c04f34b0
parent4a0a6723afc5c5a14acd7cd833aea33cb53ac618
Particles: Make attached particle spawners respect the parent's yaw

Position, velocity and acceleration vectors of particles are rotated
by the yaw of the parent object so that they are truly relative to it.
Clarify new attached particle spawner behavior in lua_api.txt.
doc/lua_api.txt
src/clientobject.h
src/content_cao.cpp
src/content_cao.h
src/particles.cpp