Home
last modified time | relevance | path

Searched refs:connect_front (Results 1 – 8 of 8) sorted by relevance

/dports/games/minetest_game/minetest_game-5.4.1/mods/walls/
H A Dinit.lua23 connect_front = {-3/16, -1/2, -1/2, 3/16, 3/8, -1/4},
33 connect_front = {-1/4,-1/2,-1/2,1/4,1/2 + fence_collision_extra,-1/4},
/dports/games/minetest/minetest-5.4.1/games/devtest/mods/testnodes/
H A Dnodeboxes.lua75 connect_front = {-0.125, -0.500, -0.500, 0.125, 0.400, -0.125},
/dports/games/minetest_game/minetest_game-5.4.1/mods/default/
H A Dfunctions.lua327 connect_front = {{-1/16, 3/16, -1/2, 1/16, 5/16, -1/8 },
341 connect_front = {-1/8, -1/2, -1/2, 1/8, 1/2 + fence_collision_extra, -1/8},
396 connect_front = {{-1/16, 3/16, -1/2, 1/16, 5/16, -1/16},
410 connect_front = {-1/8, -1/2, -1/2, 1/8, 1/2 + fence_collision_extra, -1/8},
/dports/games/minetest_game/minetest_game-5.4.1/mods/xpanes/
H A Dinit.lua152 connect_front = {{-1/32, -1/2, -1/2, 1/32, 1/2, -1/32}},
/dports/games/minetest/minetest-5.4.1/src/
H A Dmapnode.cpp425 boxes_size += nodebox.connect_front.size(); in transformNodeBox()
473 BOXESPUSHBACK(nodebox.connect_front); in transformNodeBox()
H A Dnodedef.cpp60 connect_front.clear(); in reset()
114 WRITEBOX(connect_front); in serialize()
178 READBOXES(connect_front); in deSerialize()
1242 boxVectorUnion(nodebox.connect_front, box_union); in getNodeBoxUnion()
H A Dnodedef.h110 std::vector<aabb3f> connect_front; member
/dports/games/minetest/minetest-5.4.1/src/script/common/
H A Dc_content.cpp987 push_box(L, box.connect_front); in push_nodebox()
1125 NODEBOXREADVEC(nodebox.connect_front, "connect_front"); in read_nodebox()