- Fix multiple bugs surrounding parameter ranges.
- This fixes every dimension maximum being off-by-1 in the visualization. (1st image below)
- This fixes pixels at a dimension maximum being repeated at the edge of each cube face. (2nd image below)
- All ranges now have an inclusive maximum, except for `xlim`, `ylim` and `zlim` which still have an exclusive maximum.
- Fix multiple rendering bugs.
- Fixes tiny grey pixel artifacts at cube edges in multiple scenarios. (3rd image below)
- Fix animation settings window not disappearing (and not appearing) on touch/mouse hybrid devices.
![Screenshot 2024-10-10 112220 copy](https://github.com/user-attachments/assets/64381746-262b-487f-90e3-70308cd717c2)
![Screenshot 2024-10-10 112220 copy2](https://github.com/user-attachments/assets/6a3cd9ab-bed0-4a2b-ac2a-3e1ab30a0fe3)
![Screenshot 2024-10-10 112220 copy3](https://github.com/user-attachments/assets/329d1aef-b4f1-4db5-8f24-4a244f6c0e4e)