mirror of
https://github.com/orange-cpp/omath.git
synced 2026-04-21 10:23:26 +00:00
added other collision types
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user