This commit is contained in:
2026-01-26 18:59:34 +03:00
parent f9261cb553
commit a15e197d99
2 changed files with 6 additions and 4 deletions

View File

@@ -13,7 +13,7 @@
namespace omath::primitives
{
using BoxMesh = Mesh<opengl_engine::Mat4X4, opengl_engine::ViewAngles, opengl_engine::MeshTrait, Vertex<>,
std::array<Vertex<>, 8>, std::array<Vector3<std::uint32_t>, 12>>;
std::array<Vector3<float>, 8>, std::array<Vector3<std::uint32_t>, 12>>;
template<class BoxMeshType = BoxMesh>
[[nodiscard]]