mirror of
https://github.com/minetest/minetest.git
synced 2024-11-26 17:43:45 +01:00
Fix and clarify skybox texture order documentation (#14680)
This commit is contained in:
parent
445e485fc5
commit
75f3a2183f
@ -8232,7 +8232,11 @@ child will follow movement and rotation of that bone.
|
||||
* `"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
|
||||
order: Y+ (top), Y- (bottom), X- (west), X+ (east), Z+ (north), Z- (south).
|
||||
order: Y+ (top), Y- (bottom), X+ (east), X- (west), Z- (south), Z+ (north).
|
||||
The top and bottom textures are oriented in-line with the east (X+) face (the top edge of the
|
||||
bottom texture and the bottom edge of the top texture touch the east face).
|
||||
Some top and bottom textures expect to be aligned with the north face and will need to be rotated
|
||||
by -90 and 90 degrees, respectively, to fit the eastward orientation.
|
||||
* `clouds`: Boolean for whether clouds appear. (default: `true`)
|
||||
* `sky_color`: A table used in `"regular"` type only, containing the
|
||||
following values (alpha is ignored):
|
||||
|
Loading…
Reference in New Issue
Block a user