knightcrawler25 / GLSL-PathTracer

A toy physically based GPU path tracer (C++/OpenGL/GLSL)
MIT License
1.87k stars 176 forks source link

Bug: mouse pan/zoom only work after first mouse rotation #93

Closed AllSeeingEye closed 9 months ago

AllSeeingEye commented 9 months ago

Mouse pan (middle mouse btn + move) and zoom (right mouse btn + move) actions do not work until user first rotates the scene with left mouse btn + move.

knightcrawler25 commented 9 months ago

Should be fixed now