diff options
author | vimene <vincent.menegaux@gmail.com> | 2023-12-11 12:37:19 +0100 |
---|---|---|
committer | vimene <vincent.menegaux@gmail.com> | 2023-12-11 12:37:19 +0100 |
commit | ff2c784d4c4100f0301628e8a52a6910d776d067 (patch) | |
tree | 2b6c4c8e8f910be4c1737fb01ee637df6f10caeb | |
parent | 824aa5562864ca90ea903e2fa7d99459bbdf3a0b (diff) | |
download | engine-ff2c784d4c4100f0301628e8a52a6910d776d067.tar.gz |
renamed tri{_deriv,}_vertex.{h,cpp} to tri{_deriv,}.{h,cpp}
-rw-r--r-- | src/o3d/tri.cpp (renamed from src/o3d/tri_vertex.cpp) | 0 | ||||
-rw-r--r-- | src/o3d/tri.h (renamed from src/o3d/tri_vertex.h) | 0 | ||||
-rw-r--r-- | src/o3d/tri_deriv.cpp (renamed from src/o3d/tri_deriv_vertex.cpp) | 0 | ||||
-rw-r--r-- | src/o3d/tri_deriv.h (renamed from src/o3d/tri_deriv_vertex.h) | 0 |
4 files changed, 0 insertions, 0 deletions
diff --git a/src/o3d/tri_vertex.cpp b/src/o3d/tri.cpp index 08f5e7e..08f5e7e 100644 --- a/src/o3d/tri_vertex.cpp +++ b/src/o3d/tri.cpp diff --git a/src/o3d/tri_vertex.h b/src/o3d/tri.h index 715f649..715f649 100644 --- a/src/o3d/tri_vertex.h +++ b/src/o3d/tri.h diff --git a/src/o3d/tri_deriv_vertex.cpp b/src/o3d/tri_deriv.cpp index 3605b51..3605b51 100644 --- a/src/o3d/tri_deriv_vertex.cpp +++ b/src/o3d/tri_deriv.cpp diff --git a/src/o3d/tri_deriv_vertex.h b/src/o3d/tri_deriv.h index 41ed4dc..41ed4dc 100644 --- a/src/o3d/tri_deriv_vertex.h +++ b/src/o3d/tri_deriv.h |