mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Universal skybox type checks, simplify sky type application, formatting fixes
This commit is contained in:
parent
79f46800f3
commit
cc363a77d7
8 changed files with 55 additions and 68 deletions
|
@ -8811,7 +8811,9 @@ child will follow movement and rotation of that bone.
|
|||
* `"regular"`: Uses 0 textures, `base_color` ignored
|
||||
* `"skybox"`: Uses 6 textures, `base_color` used as fog.
|
||||
* `"skybox_back"`: Uses 6 textures, `sky_color` used as fog, stars / sun / moon in foreground.
|
||||
Note: Requires Luanti client version 5.13 or greater.
|
||||
* `"skybox_front"`: Uses 6 textures, `sky_color` used as fog, stars / sun / moon in background.
|
||||
Note: Requires Luanti client version 5.13 or greater.
|
||||
* `"plain"`: Uses 0 textures, `base_color` used as both fog and sky.
|
||||
(default: `"regular"`)
|
||||
* `textures`: A table containing up to six textures in the following
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue