knightcrawler25 / GLSL-PathTracer

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

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

Closed AllSeeingEye closed 8 months ago

AllSeeingEye commented 8 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 8 months ago

Should be fixed now