SoundScapeRenderer / ssr

Main source code repository for the SoundScape Renderer
http://spatialaudio.net/ssr/
GNU General Public License v3.0
132 stars 52 forks source link

Fix reference offset in GUI and add 3D support for Polhemus tracker #358

Closed JensAhrens closed 1 year ago

JensAhrens commented 1 year ago

Relates to #140.

I tested this for the binaural renderer, and I can confirm that this is now as we discussed it. As a byproduct, this PR enables 3D head tracking with Polhemus trackers.

But I'm not sure about the other renderers. Please test this. I have the feeling that this

https://github.com/JensAhrens/ssr/blob/dd1d54491184b9aad4b6d3e53e08c1caa049db97/src/gui/qopenglplotter.cpp#L456-L457

needs to be removed because it is already carried out here:

https://github.com/JensAhrens/ssr/blob/dd1d54491184b9aad4b6d3e53e08c1caa049db97/src/gui/qopenglplotter.cpp#L364-L368