mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 07:03:25 +00:00
fixed naming
This commit is contained in:
@@ -13,5 +13,5 @@ namespace omath::frostbite_engine
|
|||||||
std::array<Vector3<std::uint32_t>, 12>>;
|
std::array<Vector3<std::uint32_t>, 12>>;
|
||||||
|
|
||||||
using PlaneMesh = primitives::Mesh<Mat4X4, ViewAngles, MeshTrait, primitives::Vertex<>,
|
using PlaneMesh = primitives::Mesh<Mat4X4, ViewAngles, MeshTrait, primitives::Vertex<>,
|
||||||
std::array<Vector3<float>, 4>, std::array<Vector3<std::uint32_t>, 2>>;
|
std::array<Vector3<float>, 4>, std::array<Vector3<std::uint32_t>, 2>>;
|
||||||
} // namespace omath::frostbite_engine
|
} // namespace omath::frostbite_engine
|
||||||
Reference in New Issue
Block a user