We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1759b0c commit a1d3f54Copy full SHA for a1d3f54
1 file changed
lib/components/RoomComponent.cpp
@@ -87,7 +87,7 @@ void RoomComponent::paint (juce::Graphics& g)
87
88
// Draw listener orientation arrow
89
const float arrowLength = 0.1f; // Length of arrow in normalized room coordinates
90
- float listenerO_rad = juce::degreesToRadians(listenerO);
+ float listenerO_rad = juce::degreesToRadians(-listenerO);
91
92
// Calculate the arrow tip position in 3D space
93
// The orientation is a rotation in the XY plane (around the Z axis)
0 commit comments