// // Created by Vladislav on 27.01.2026. // #pragma once #include "mesh.hpp" #include "omath/engines/iw_engine/traits/mesh_trait.hpp" #include "omath/linear_algebra/vector3.hpp" #include namespace omath::iw_engine { using BoxMesh = primitives::Mesh, std::array, 8>, std::array, 12>>; using PlaneMesh = primitives::Mesh, std::array, 4>, std::array, 2>>; } // namespace omath::iw_engine