MovingBlocks
Add dimensions to view distance naming
Terasology's Video Settings menu includes a view distance level setting. The separate view levels are currently described in relative terms - "near", "moderate", "extreme" and so on; to make the settings more accurate, your task is to change them to show the number of chunks being loaded in memory. For example, "Minimal" should be changed to "Minimal (5x5x5)".
Definition of 'Done'
- A pull request is submitted to Terasology's engine repository containing the changes described above. Note that the chunk dimensions should be loaded from the
ViewDistance
class, not just added to the text strings - the text should remain accurate even if the dimensions are changed.
Where to start?
- The ViewDistance enum handles the view distance setting internally; this is the class you should retrieve dimension info from!
Task tags
Students who completed this task
Chris Bogaards