Home
last modified time | relevance | path

Searched refs:NDT_AIRLIKE (Results 1 – 15 of 15) sorted by relevance

/dports/games/minetest/minetest-5.4.1/src/script/cpp_api/
H A Ds_node.cpp34 {NDT_AIRLIKE, "airlike"},
/dports/games/freeminer/freeminer-0.4.10.4/src/script/cpp_api/
H A Ds_node.cpp36 {NDT_AIRLIKE, "airlike"},
/dports/games/minetest/minetest-5.4.1/src/client/
H A Dparticles.cpp524 if (f.drawtype == NDT_AIRLIKE) in getNodeParticleParams()
565 if (f.drawtype == NDT_AIRLIKE) in addDiggingParticles()
H A Dwieldmesh.cpp387 case NDT_AIRLIKE: in setItem()
543 } else if (def.type == ITEM_NODE && f.drawtype == NDT_AIRLIKE) { in getItemMesh()
H A Dshader.cpp634 PROVIDE(NDT_AIRLIKE); in generateShader()
H A Dcontent_mapblock.cpp1414 case NDT_AIRLIKE: // Not drawn at all in drawNode()
/dports/games/freeminer/freeminer-0.4.10.4/src/
H A Dnodedef.h144 NDT_AIRLIKE, // Nothing is drawn enumerator
H A Dnodedef.cpp510 f.drawtype = NDT_AIRLIKE; in clear()
532 f.drawtype = NDT_AIRLIKE; in clear()
790 case NDT_AIRLIKE: in updateTextures()
H A Dwieldmesh.cpp328 } else if (f.drawtype == NDT_AIRLIKE) { in setItem()
H A Ditemdef.cpp366 f.drawtype == NDT_AIRLIKE); in createClientCachedDirect()
H A Dcontent_mapblock.cpp623 case NDT_AIRLIKE: in mapblock_mesh_generate_special()
/dports/games/minetest/minetest-5.4.1/src/
H A Dnodedef.h174 NDT_AIRLIKE, enumerator
H A Dnodedef.cpp810 case NDT_AIRLIKE: in updateTextures()
1047 f.drawtype = NDT_AIRLIKE; in clear()
1067 f.drawtype = NDT_AIRLIKE; in clear()
H A Dserver.cpp3656 if (m_nodedef->get(c).drawtype == NDT_AIRLIKE || c == CONTENT_IGNORE) { in findSpawnPos()
/dports/games/minetest/minetest-5.4.1/src/mapgen/
H A Ddungeongen.cpp110 if (dtype == NDT_AIRLIKE || dtype == NDT_LIQUID || in generate()