Add a way to select lights for manipulation
authorLukas Jiriste <ljiriste@student.42prague.com>
Wed, 8 Jan 2025 14:16:07 +0000 (15:16 +0100)
committerLukas Jiriste <ljiriste@student.42prague.com>
Wed, 8 Jan 2025 14:16:07 +0000 (15:16 +0100)
commitb9bb66cc95a7fdb1325104b0ad4aaed78aa9dd2b
tree1df5b777c7343fc73f3add0f841cece3f3fe1345
parent3556c2ad8882e0169c88f716866fcb9ff022ec3b
Add a way to select lights for manipulation

The 'l' and 'k' keys are used to cycle through lights. When no light is
selected, either of the keys selects the last one selected.
inc/miniRT.h
src/main.c
src/parsing.c