Minetest-WorldEditAdditions/worldeditadditions/utils/tables
Starbeamrainbowlabs f32d8588e0
Add Mesh & Face classes for #59
Together, these classes provide a way to represent a mesh of faces
generated from the Minetest world. This way, the generation of a mesh
can be abstracted away from any potential output file writers, thereby
allowing for multiple different output file formats to be supported.
2021-06-26 22:03:55 +01:00
..
init.lua Add Mesh & Face classes for #59 2021-06-26 22:03:55 +01:00
sets.lua added sets.lua, reordered dofiles in /tables/init.luas 2021-06-02 19:18:49 -07:00
shallowcopy.lua utils/tables: refactor into separate files 2021-06-03 01:57:46 +01:00
table_apply.lua utils/tables: refactor into separate files 2021-06-03 01:57:46 +01:00
table_contains.lua Add Mesh & Face classes for #59 2021-06-26 22:03:55 +01:00
table_filter.lua utils/tables: refactor into separate files 2021-06-03 01:57:46 +01:00
table_get_last.lua utils/tables: refactor into separate files 2021-06-03 01:57:46 +01:00
table_map.lua utils/tables: refactor into separate files 2021-06-03 01:57:46 +01:00
table_tostring.lua utils/tables: refactor into separate files 2021-06-03 01:57:46 +01:00
table_unique.lua utils/tables: refactor into separate files 2021-06-03 01:57:46 +01:00
table_unpack.lua utils/tables: refactor into separate files 2021-06-03 01:57:46 +01:00