diff --git a/LICENSE b/LICENSE index 5d45b71..190891a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,4 @@ Copyright (c) 2020 Péter Magyar -Copyright (c) 2017-2020 Mattias Edlund Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 3030757..2ca9203 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ -# Fast Quadratic Mesh Simplifier +# Mesh Utils -A port of https://github.com/Whinarn/UnityMeshSimplifier to a GODOT engine c++ module. +My mesh merging utilities. + +Also contains A port of https://github.com/Whinarn/UnityMeshSimplifier to a GODOT engine c++ module. For future reference it's based on e8ff4e8862735197c3308cfe926eeba68e0d2edb. diff --git a/config.py b/config.py index 93e9cc8..c8d2b3d 100644 --- a/config.py +++ b/config.py @@ -1,6 +1,5 @@ # Copyright (c) 2020 Péter Magyar -# Copyright(c) 2017-2020 Mattias Edlund # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/fast_quadratic_mesh_simplifier.cpp b/fast_quadratic_mesh_simplifier.cpp index d1a65d4..54bb150 100644 --- a/fast_quadratic_mesh_simplifier.cpp +++ b/fast_quadratic_mesh_simplifier.cpp @@ -3,7 +3,6 @@ /* Copyright (c) 2020 Péter Magyar -Copyright(c) 2017-2020 Mattias Edlund Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/fast_quadratic_mesh_simplifier.h b/fast_quadratic_mesh_simplifier.h index 209fe42..437d907 100644 --- a/fast_quadratic_mesh_simplifier.h +++ b/fast_quadratic_mesh_simplifier.h @@ -4,7 +4,6 @@ /* Copyright (c) 2020 Péter Magyar -Copyright(c) 2017-2020 Mattias Edlund Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/mesh_utils.h b/fqms.h similarity index 99% rename from mesh_utils.h rename to fqms.h index 9a8e8cf..32637c8 100644 --- a/mesh_utils.h +++ b/fqms.h @@ -1,5 +1,5 @@ -#ifndef VOXELMAN_MESH_UTILS_H -#define VOXELMAN_MESH_UTILS_H +#ifndef FQMS_H +#define FQMS_H /* diff --git a/register_types.cpp b/register_types.cpp index e7ac422..4ae2dc1 100644 --- a/register_types.cpp +++ b/register_types.cpp @@ -5,7 +5,6 @@ /* Copyright (c) 2020 Péter Magyar -Copyright(c) 2017-2020 Mattias Edlund Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/register_types.h b/register_types.h index c842f67..7c05e6d 100644 --- a/register_types.h +++ b/register_types.h @@ -1,10 +1,9 @@ -#ifndef FQMS_REGISTER_TYPES_H -#define FQMS_REGISTER_TYPES_H +#ifndef MESH_UTILS_REGISTER_TYPES_H +#define MESH_UTILS_REGISTER_TYPES_H /* Copyright (c) 2020 Péter Magyar -Copyright(c) 2017-2020 Mattias Edlund Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal