1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Mapnode: Add rotateAlongYAxisFull supporting 24 facedirs

This commit is contained in:
paramat 2015-09-21 01:21:28 +01:00
parent 1adc7bf5c6
commit a56aedb4ea
3 changed files with 57 additions and 2 deletions

View file

@ -236,6 +236,7 @@ struct MapNode
v3s16 getWallMountedDir(INodeDefManager *nodemgr) const;
void rotateAlongYAxis(INodeDefManager *nodemgr, Rotation rot);
void rotateAlongYAxisFull(INodeDefManager *nodemgr, Rotation rot);
/*
Gets list of node boxes (used for rendering (NDT_NODEBOX))