mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-06 17:41:04 +00:00
Resolve some quirks with (wield) item meshes for nodes (#15654)
This commit is contained in:
parent
464cc92521
commit
636a734d78
8 changed files with 78 additions and 178 deletions
|
@ -62,6 +62,11 @@ struct MeshMakeData
|
|||
void fillBlockDataBegin(const v3s16 &blockpos);
|
||||
void fillBlockData(const v3s16 &bp, MapNode *data);
|
||||
|
||||
/*
|
||||
Prepare block data for rendering a single node located at (0,0,0).
|
||||
*/
|
||||
void fillSingleNode(MapNode data, MapNode padding = MapNode(CONTENT_AIR));
|
||||
|
||||
/*
|
||||
Set the (node) position of a crack
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue