added other collision types

This commit is contained in:
2025-11-09 22:39:09 +03:00
parent 7d6309c0dd
commit 369f2ee582
11 changed files with 157 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
#pragma once
#include <omath/engines/source_engine/constants.hpp>
#include <omath/engines/source_engine/formulas.hpp>
namespace omath::source_engine
{
class MeshTrait final
@@ -15,4 +16,4 @@ namespace omath::source_engine
return source_engine::rotation_matrix(rotation);
}
};
}
} // namespace omath::source_engine