knightcrawler25 / GLSL-PathTracer

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

Question: moving lights #70

Closed ib00 closed 2 years ago

ib00 commented 2 years ago

Is it possible to interactively move lights in a scene?

knightcrawler25 commented 2 years ago

Unlike mesh instances, lights currently don't have have an associated transformation matrix so they cannot be translated/rotated/scaled interactively.

ib00 commented 2 years ago

Thanks. Amazing work on the raytracer. Very impressive!

knightcrawler25 commented 2 years ago

Thank you for the kind words :)