Light Puzzle - 24th Feb
- Ibrahim Hussain
- Feb 24, 2024
- 1 min read
The light puzzle has two components: the reflector and the crystal. The reflector shines a beam which is then reflected off the crystal. The player needs to line up the beam so that all crystals are hi by the beam. Once completed a door will open so that the player can progress forward.
Added crystal and reflector class both classes use the interact system
Player can mount the reflector and move it around with mouse controls
Fires a beam using line trace
Crystals can now be rotated, adding complexity to the puzzle
Beam is reflected
Reflector has own camera for easier use
Checks how many crystals has been hit then completes puzzle
Added door class that moves with timeline
Can dismount reflector
Comments