-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
Milestone
Description
In lighting override, we reset lighting for each part and then add all dynamic lights as tables for rendering the part
What if we allowed to specify, which lights should be added to every specific part?
E.g.
T.Parts = {
...
part_id = { pos = ..., ..., lights = {1, 2}, }
...
},This could benefit the game in several ways
-
optimisation - we could make the controls lit by only one of the lights (the main one) and reduce the lag
-
this could allow to use more than 3 dlights per TARDIS
for instance, have separate lights for corridors
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Projects
Status
ToDo