BambuStudio/libigl/igl/copyleft
cjw 0b1a271110 初始化 2024-12-20 14:44:50 +08:00
..
cgal 初始化 2024-12-20 14:44:50 +08:00
comiso 初始化 2024-12-20 14:44:50 +08:00
cork 初始化 2024-12-20 14:44:50 +08:00
opengl2 初始化 2024-12-20 14:44:50 +08:00
tetgen 初始化 2024-12-20 14:44:50 +08:00
README.md 初始化 2024-12-20 14:44:50 +08:00
marching_cubes.cpp 初始化 2024-12-20 14:44:50 +08:00
marching_cubes.h 初始化 2024-12-20 14:44:50 +08:00
marching_cubes_tables.h 初始化 2024-12-20 14:44:50 +08:00
offset_surface.cpp 初始化 2024-12-20 14:44:50 +08:00
offset_surface.h 初始化 2024-12-20 14:44:50 +08:00
progressive_hulls.cpp 初始化 2024-12-20 14:44:50 +08:00
progressive_hulls.h 初始化 2024-12-20 14:44:50 +08:00
progressive_hulls_cost_and_placement.cpp 初始化 2024-12-20 14:44:50 +08:00
progressive_hulls_cost_and_placement.h 初始化 2024-12-20 14:44:50 +08:00
quadprog.cpp 初始化 2024-12-20 14:44:50 +08:00
quadprog.h 初始化 2024-12-20 14:44:50 +08:00
swept_volume.cpp 初始化 2024-12-20 14:44:50 +08:00
swept_volume.h 初始化 2024-12-20 14:44:50 +08:00

README.md

IGL copyleft subdirectory

Functions in the include/igl/copyleft/ subdirectory are in the igl::copyleft:: namespace to indicate that they are under a more aggressive copyleft than MPL2 used for the main include/igl directory and igl:: namespace. Most notably, this subdirectory includes code that is under GPL.

Typically a company planning on developing software without releasing its source code will avoid or purchase licenses for such dependencies. If you do obtain such a license for the dependencies employed here, you are free to use the libigl functions here as per their MPL2 license.