mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Render clouds as flat when thickness is zero (#14897)
This commit is contained in:
parent
013c6ee166
commit
39c2af9710
3 changed files with 11 additions and 5 deletions
|
@ -8404,7 +8404,8 @@ child will follow movement and rotation of that bone.
|
|||
ColorSpec (alpha ignored, default `#000000`)
|
||||
* `height`: cloud height, i.e. y of cloud base (default per conf,
|
||||
usually `120`)
|
||||
* `thickness`: cloud thickness in nodes (default `16`)
|
||||
* `thickness`: cloud thickness in nodes (default `16`).
|
||||
if set to zero the clouds are rendered flat.
|
||||
* `speed`: 2D cloud speed + direction in nodes per second
|
||||
(default `{x=0, z=-2}`).
|
||||
* `get_clouds()`: returns a table with the current cloud parameters as in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue