1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-09-15 18:57:08 +00:00

Add optional framed glasslike drawtype

This commit is contained in:
BlockMen 2014-09-27 18:16:26 +02:00
parent e9c9b66ae9
commit f48f686930
9 changed files with 37 additions and 14 deletions

View file

@ -406,8 +406,7 @@ Nodes can also contain extra data. See "Node Metadata".
Node drawtypes
---------------
There are a bunch of different looking node types. These are mostly just
copied from Minetest 0.3; more may be made in the future.
There are a bunch of different looking node types.
Look for examples in games/minimal or games/minetest_game.
@ -417,6 +416,7 @@ Look for examples in games/minimal or games/minetest_game.
- flowingliquid
- glasslike
- glasslike_framed
- glasslike_framed_optional
- allfaces
- allfaces_optional
- torchlike
@ -427,6 +427,8 @@ Look for examples in games/minimal or games/minetest_game.
- raillike
- nodebox -- See below. EXPERIMENTAL
*_optional drawtypes need less rendering time if deactivated (always client side)
Node boxes
-----------
Node selection boxes are defined using "node boxes"