From e5d8e1c95381b120a69fd2fa96394b3d9eb21c55 Mon Sep 17 00:00:00 2001 From: Orange Date: Sun, 9 Nov 2025 21:28:00 +0300 Subject: [PATCH] add mesh class --- .idea/editor.xml | 4 +- include/omath/3d_primitives/mesh.hpp | 97 +++++++++++++++++++++++ include/omath/collision/gjk_algorithm.hpp | 10 +-- include/omath/collision/mesh_collider.hpp | 12 ++- 4 files changed, 112 insertions(+), 11 deletions(-) create mode 100644 include/omath/3d_primitives/mesh.hpp diff --git a/.idea/editor.xml b/.idea/editor.xml index 373c50f..fde5348 100644 --- a/.idea/editor.xml +++ b/.idea/editor.xml @@ -201,7 +201,7 @@