You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Vladimír Vondruš
a7f5bef038
Getting rid of <>, part 1: Color classes.
...
Inspired in STL, base templated class is renamed to BasicColor{3,4} and
typedef'd with Float type to Color{3, 4}. It is much nicer to write
this:
Color3(1.0f)
Color3::fromHSV(25.0_degf, 0.5f, 0.9f);
instead of this:
Color3<>(1.0f);
Color3<>::fromHSV(25.0_degf, 0.5f, 0.9f);
13 years ago
..
Test
MeshTools: added duplicate() utility for creating non-indexed array.
13 years ago
CMakeLists.txt
MeshTools: added duplicate() utility for creating non-indexed array.
13 years ago
CombineIndexedArrays.h
MeshTools: renamed clean() to removeDuplicates().
13 years ago
CompressIndices.cpp
*Tools: deinlined heavy functions, removed redundant `inline`.
13 years ago
CompressIndices.h
Relicensing to MIT/Expat license, part 2: headers.
13 years ago
Duplicate.h
MeshTools: added duplicate() utility for creating non-indexed array.
13 years ago
FlipNormals.cpp
Relicensing to MIT/Expat license, part 3: source files.
13 years ago
FlipNormals.h
Relicensing to MIT/Expat license, part 2: headers.
13 years ago
GenerateFlatNormals.cpp
MeshTools: this can be moved instead of copying.
13 years ago
GenerateFlatNormals.h
Relicensing to MIT/Expat license, part 2: headers.
13 years ago
Interleave.h
Getting rid of <>, part 1: Color classes.
13 years ago
RemoveDuplicates.h
GCC 4.6 compatibility: no std::unordered_map::emplace().
13 years ago
Subdivide.h
MeshTools: renamed clean() to removeDuplicates().
13 years ago
Tipsify.cpp
Doxygen: ignore specific namespaces instead of whole directories.
13 years ago
Tipsify.h
*Tools: deinlined heavy functions, removed redundant `inline`.
13 years ago
Transform.h
Relicensing to MIT/Expat license, part 2: headers.
13 years ago
magnumMeshToolsVisibility.h
Using Corrade's visibility macros instead of copypasta all over again.
13 years ago