UQdeco2800 / 2021-studio-6

2 stars 2 forks source link

Item Task: Unlit Renderer #189

Closed Bluehalomango closed 3 years ago

Bluehalomango commented 3 years ago

Description

Task: Create Unlit Renderer Feature: [#139]

After implementing the torch lighting code into the game, it was noticed there was a lighting issue present in the game. As seen in the image below, the player character was incredibly bright on account of being at the centre of the light source. This made it incredibly hard to properly see the character. image As such, it was decided to create a new renderer service that is rendered after the lighting so that it is not affected by light sources. This would also solve the issue of the unnecessaryily dark UI elements in the image above.

Milestones

Completion Deadline: 03/10

Documentation

Member