mirror of
https://github.com/LostArtefacts/TRX.git
synced 2025-04-28 12:47:58 +03:00
tr1/docs: document water colors
This commit is contained in:
parent
bd4b56f726
commit
9fab033d89
1 changed files with 7 additions and 1 deletions
|
@ -1,6 +1,12 @@
|
|||
## [Unreleased](https://github.com/LostArtefacts/TRX/compare/tr1-4.9...develop) - ××××-××-××
|
||||
- added an ability to customize the fog distances (#634)
|
||||
- added an ability to customize the water color (#1532)
|
||||
- added an ability to customize the water color (#1532)
|
||||
Reference:
|
||||
Version | Red | Green | Blue | Hex
|
||||
------- | --- | ----- | ---- | -------
|
||||
TombATI | 115 | 255 | 255 |  `#73FFFF`
|
||||
PS1 | 77 | 255 | 255 |  `#4DFFFF`
|
||||
DOS | 153 | 179 | 255 |  `#99B3FF`
|
||||
- changed the `draw_distance_min` and `draw_distance_max` to `fog_start` and `fog_end`
|
||||
- fixed the bilinear filter to not readjust the UVs (#2258)
|
||||
- fixed anisotropy filter causing black lines on certain GPUs (#902)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue