mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-12 16:15:20 +02:00
Fix relief mapping issues
This commit is contained in:
@@ -3058,8 +3058,13 @@ Definition tables
|
||||
### Tile definition
|
||||
* `"image.png"`
|
||||
* `{name="image.png", animation={Tile Animation definition}}`
|
||||
* `{name="image.png", backface_culling=bool}`
|
||||
* backface culling only supported in special tiles
|
||||
* `{name="image.png", backface_culling=bool, tileable_vertical=bool,
|
||||
tileable_horizontal=bool}`
|
||||
* backface culling only supported in special tiles.
|
||||
* tileable flags are info for shaders, how they should treat texture
|
||||
when displacement mapping is used
|
||||
Directions are from the point of view of the tile texture,
|
||||
not the node it's on
|
||||
* deprecated, yet still supported field names:
|
||||
* `image` (name)
|
||||
|
||||
|
Reference in New Issue
Block a user